Outiref

Code source de l'URL : http://henrietteandco.com

<!doctype html>
<html class="no-js" lang="fr">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, height=device-height, minimum-scale=1.0">
    <meta name="theme-color" content="#9e7857">

    <!-- Network optimisations -->
<link rel="preconnect" href="//cdn.shopify.com" crossorigin>
<link rel="preconnect" href="//fonts.shopifycdn.com" crossorigin>

<link rel="preload" as="style" href="//henrietteandco.com/cdn/shop/t/33/assets/base.css?v=119017997328439005651776114236">

<link rel="preload" href="//henrietteandco.com/cdn/fonts/quicksand/quicksand_n3.c2ef0e492caecbdb8e327c69b68cd550e0c0f353.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="//henrietteandco.com/cdn/fonts/poppins/poppins_n6.aa29d4918bc243723d56b59572e18228ed0786f6.woff2" as="font" type="font/woff2" crossorigin>


      <link rel="shortcut icon" href="//henrietteandco.com/cdn/shop/files/fiveicon.png?crop=center&height=32&v=1746022741&width=32" type="image/png">
    

    <!-- Title and description ================================================== --><!-- /snippets/social-meta-tags.liquid -->

<!-- JS before CSSOM =================================================== -->
    <script type="text/javascript">
      theme = {};
      theme.t = {};

      theme.cart = {};
      theme.money_format = '<span>{{amount_with_comma_separator}} €</span>';
      theme.money_with_currency_format = '<span>{{amount_with_comma_separator}} € EUR</span>';
      theme.money_product_price_format = '<span>{{amount_with_comma_separator}} €</span>';
      theme.money_total_price_format = '<span>{{amount_with_comma_separator}} €</span>';
      theme.localize = (string, value = '') => {
        switch (string) {
          case 'ADD_TO_CART':
            return 'Ajouter au panier';
          case 'PRE_ORDER':
            return 'Précommande';
          case 'CART_ITEM_PLURAL':
            return 'articles';
          case 'CART_ITEM_SINGULAR':
            return 'article';
          case 'DISCOUNT_CURRENCY':
            return 'Sauvegarder [discount]'.replace(
              '[discount]',
              value,
            );
          case 'DISCOUNT_PERCENTAGE':
            return 'Sauvegarder [discount]%'.replace(
              '[discount]',
              value,
            );
          case 'DISCOUNT_TEXT':
            return 'En solde';
          case 'ERROR_PRODUCTS':
            return 'Impossible de charger les produits';
          case 'FROM_PRICE':
            return 'À partir de';
          case 'GIFT_CARD_RECIPIENT_EMAIL':
            return 'E‑mail';
          case 'GIFT_CARD_RECIPIENT_NAME':
            return 'Nom';
          case 'GIFT_CARD_RECIPIENT_MESSAGE':
            return 'Message';
          case 'GIFT_CARD_RECIPIENT_SEND_ON':
            return 'Envoyer le';
          case 'QTY_NOTICE_IN_STOCK':
            return 'En stock';
          case 'QTY_NOTICE_CONTINUE_SELLING':
            return 'En stock';
          case 'QTY_NOTICE_LOW_STOCK':
            return 'Stock faible';
          case 'QTY_NOTICE_NUMBER_IN_STOCK_HTML':
            return '<span>[qty]</span> en stock'.replace(
              '[qty]',
              value,
            );
          case 'QTY_NOTICE_NUMBER_LOW_STOCK_HTML':
            return 'Seulement <span>[qty]</span> restant'.replace(
              '[qty]',
              value,
            );
          case 'QTY_NOTICE_SOLD_OUT':
            return 'Épuisé';
          case 'REGULAR_PRICE':
            return 'Prix régulier';
          case 'SALE_PRICE':
            return 'Prix réduit';
          case 'SKU':
            return 'SKU';
          case 'SOLD_OUT':
            return 'Épuisé';
          case 'UNAVAILABLE':
            return 'Non disponible';
          case 'UNIT_PRICE_LABEL':
            return 'Prix unitaire';
          case 'UNIT_PRICE_SEPARATOR':
            return 'par';
          default:
            return '';
        }
      };
    </script>
    <script type="text/javascript">
      document.documentElement.classList.replace('no-js', 'js');
      if (window.matchMedia('(pointer: coarse)').matches) {
        document.documentElement.classList.add('touchevents');
      } else {
        document.documentElement.classList.add('no-touchevents');
      }
    </script>

    <!-- CSS ================================================== -->
    
<style data-shopify>
  :root {
    --color--brand: #9e7857;
    --color--brand-dark: #8e6c4e;
    --color--brand-light: #aa8565;

    --color--accent: #ffde64;
    --color--accent-dark: #ffd94b;

    --color--link: #d7c6b7;
    --color--link-dark: #3b2d21;

    --color--text: #222222;
    --color--text-rgb: 34, 34, 34;
    --color--text-light: rgba(34, 34, 34, 0.7);
    --color--text-lighter: rgba(34, 34, 34, 0.55);
    --color--text-lightest: rgba(34, 34, 34, 0.2);
    --color--text-bg: rgba(34, 34, 34, 0.06);

    --color--headings: #222222;
    --color--alt-text: #222222;
    --color--btn: #ffffff;

    --color--product-bg: #f0f0f0;
    --color--product-sale: #d4c0ad;

    --color--low-stock: #C00000;
    --color--in-stock: #4A9F53;

    --color--title-border: #d0b9a6;

    --color--drawer-bg: #ffffff;

    --color--bg: #ffffff;
    --color--bg-rgb: 255, 255, 255;
    --color--bg-alpha: rgba(255, 255, 255, 0.8);
    --color--bg-light: #ffffff;
    --color--bg-dark: #f2f2f2;

    --color--drop-shadow: rgba(0, 0, 0, 0.08);

    --color--label-brand: #9e7857;
    --color--label-sold_out: #f2f2f2;
    --color--label-discount: #c00000;
    --color--label-new: #f2f2f2;
    --color--label-pre-order: #bbfcbb;
    --color--label-custom1: #f2f2f2;
    --color--label-custom2: #f2f2f2;

    --color--text-label-brand: #000000;
    --color--text-label-sold_out: #212121;
    --color--text-label-discount: #FFFFFF;
    --color--text-label-new: #212121;
    --color--text-label-pre-order: #212121;
    --color--text-label-custom_one: #212121;
    --color--text-label-custom_two: #212121;

    --font--size-base: 14.0;
    --font--line-base: 30;

    --font--size-h1: 30;
    --font--size-h2: 24;
    --font--size-h3: 20;
    --font--size-h4: 18;
    --font--size-h5: 16;
    --font--size-h6: 15;

    --font--size-grid: 14;
    --font--size-nav: 11;
    --font--size-mobile-nav: 15;
    --font--size-mega-menu: 13;
    --font--size-product-form-headings: 15;

    --font--body: Quicksand, sans-serif;
    --font--body-style: normal;
    --font--body-weight: 300;

    --font--title: Poppins, sans-serif;
    --font--title-weight: 600;
    --font--title-style: normal;
    --font--title-space: 2px;
    --font--title-transform: uppercase;
    --font--title-border: 1;
    --font--title-border-size: 3px;

    --font--button: Poppins, sans-serif;
    --font--button-weight: 600;
    --font--button-style: normal;

    --font--button-space: 2px;
    --font--button-transform: uppercase;
    --font--button-size: 14;
    --font--button-mobile-size: 13;

    --font--label: Quicksand, sans-serif;
    --font--label-weight: 300;
    --font--label-style: normal;

    --font--label-space: 1px;
    --font--label-transform: uppercase;
    --font--label-size: 11;
    --font--label-mobile-size: 12px;

    --font--nav-spacing: 18px;

    --radius-button: 25px;
    --radius-small-button: 25px;
    --radius-variant-button: 8;
    --radius-form: 9px;
    --radius-label: 8px;
    --radius-popup: 8px;
    --radius-container: 8px;
    --radius-media: 0;
    --radius-menu: 7px;
  }
</style>

    <style>@font-face {
  font-family: Quicksand;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("//henrietteandco.com/cdn/fonts/quicksand/quicksand_n3.c2ef0e492caecbdb8e327c69b68cd550e0c0f353.woff2") format("woff2"),
       url("//henrietteandco.com/cdn/fonts/quicksand/quicksand_n3.a05833ef989fa46d75b96396c21ab4abf30abf2e.woff") format("woff");
}

  @font-face {
  font-family: Poppins;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("//henrietteandco.com/cdn/fonts/poppins/poppins_n6.aa29d4918bc243723d56b59572e18228ed0786f6.woff2") format("woff2"),
       url("//henrietteandco.com/cdn/fonts/poppins/poppins_n6.5f815d845fe073750885d5b7e619ee00e8111208.woff") format("woff");
}

@font-face {
  font-family: Quicksand;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//henrietteandco.com/cdn/fonts/quicksand/quicksand_n4.bf8322a9d1da765aa396ad7b6eeb81930a6214de.woff2") format("woff2"),
       url("//henrietteandco.com/cdn/fonts/quicksand/quicksand_n4.fa4cbd232d3483059e72b11f7239959a64c98426.woff") format("woff");
}

</style>

<link href="//henrietteandco.com/cdn/shop/t/33/assets/base.css?v=119017997328439005651776114236" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="//henrietteandco.com/cdn/shop/t/33/assets/global.css?v=105147163562741794161776114273" media="print" onload="this.media='all'">
<noscript>
  <link href="//henrietteandco.com/cdn/shop/t/33/assets/global.css?v=105147163562741794161776114273" rel="stylesheet" type="text/css" media="all" />
</noscript>



    <!-- JS after CSSOM=================================================== -->
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/es-module-shims.lib.js?v=86278180103148927641776114269" async></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/form-request-submit-polyfill.lib.js?v=58675927338542652621776114271" async></script>
    <script type="importmap">
      {
        "imports": {
          "a11y-dialog": "//henrietteandco.com/cdn/shop/t/33/assets/a11y-dialog.lib.js?v=104253362646731580201776114229",
          "animations": "//henrietteandco.com/cdn/shop/t/33/assets/animations.js?v=108386889977020216841776114233",
          "cart-components": "//henrietteandco.com/cdn/shop/t/33/assets/cart-components.js?v=18337342600342149771776114236",
          "cart-plugins": "//henrietteandco.com/cdn/shop/t/33/assets/cart-plugins.js?v=111706759828718451181776114238",
          "cart-store": "//henrietteandco.com/cdn/shop/t/33/assets/cart-store.js?v=174650634943793070221776114240",
          "deferred-media": "//henrietteandco.com/cdn/shop/t/33/assets/deferred-media.js?v=78538159948894601851776114258",
          "details-disclosure": "//henrietteandco.com/cdn/shop/t/33/assets/details-disclosure.js?v=38950630888206911021776114264",
          "dotlottie": "//henrietteandco.com/cdn/shop/t/33/assets/dotlottie.lib.js?v=154950466484778585161776114265",
          "googlemaps-js-api-loader": "//henrietteandco.com/cdn/shop/t/33/assets/googlemaps-js-api-loader.lib.js?v=103621046827594995431776114274",
          "immer": "//henrietteandco.com/cdn/shop/t/33/assets/immer.lib.js?v=169763567668630566711776114277",
          "items-scroll": "//henrietteandco.com/cdn/shop/t/33/assets/items-scroll.js?v=89250833591104993371776114279",
          "js-cookie": "//henrietteandco.com/cdn/shop/t/33/assets/js-cookie.lib.js?v=3581927202830304741776114280",
          "map-settings": "//henrietteandco.com/cdn/shop/t/33/assets/map-settings.js?v=104006310661936446291776114282",
          "modal-dialog": "//henrietteandco.com/cdn/shop/t/33/assets/modal-dialog.js?v=20747059355321374381776114285",
          "motion": "//henrietteandco.com/cdn/shop/t/33/assets/motion.lib.js?v=110055894879790098521776114286",
          "photoswipe": "//henrietteandco.com/cdn/shop/t/33/assets/photoswipe.lib.js?v=36920987670241145981776114288",
          "photoswipe-lightbox": "//henrietteandco.com/cdn/shop/t/33/assets/photoswipe-lightbox.lib.js?v=83729992335105174081776114287",
          "popup-dialog": "//henrietteandco.com/cdn/shop/t/33/assets/popup-dialog.js?v=8573220297372364751776114291",
          "scrollyfills": "//henrietteandco.com/cdn/shop/t/33/assets/scrollyfills.lib.js?v=21481897461248666781776114304",
          "store-data": "//henrietteandco.com/cdn/shop/t/33/assets/store-data.js?v=58372865802225900541776114359",
          "swatch-colors": "//henrietteandco.com/cdn/shop/t/33/assets/swatch-colors.js?v=96462366076270370621776114359",
          "swiper": "//henrietteandco.com/cdn/shop/t/33/assets/swiper.lib.js?v=48279487643619135031776114328",
          "utils": "//henrietteandco.com/cdn/shop/t/33/assets/utils.lib.js?v=83618938464516255631776114331",
          "vlite": "//henrietteandco.com/cdn/shop/t/33/assets/vlite.lib.js?v=9079485355984040521776114334",
          "zustand": "//henrietteandco.com/cdn/shop/t/33/assets/zustand.lib.js?v=77427273780522837891776114335"
        }
      }
    </script>
    <link rel="modulepreload" href="//henrietteandco.com/cdn/shop/t/33/assets/utils.lib.js?v=83618938464516255631776114331"><link rel="modulepreload" href="//henrietteandco.com/cdn/shop/t/33/assets/motion.lib.js?v=110055894879790098521776114286">
      <link rel="modulepreload" href="//henrietteandco.com/cdn/shop/t/33/assets/store-data.js?v=58372865802225900541776114359"><script src="//henrietteandco.com/cdn/shop/t/33/assets/global.js?v=126595367198272446441776114273" defer="defer"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/image-skeleton.js?v=106077744303847085641776114277" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/animations.js?v=108386889977020216841776114233" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/cart-store.js?v=174650634943793070221776114240" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/popup-dialog.js?v=8573220297372364751776114291" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/modal-dialog.js?v=20747059355321374381776114285" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/media-carousel.js?v=12222133334966484241776114284" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/quantity-input.js?v=86321781025278613171776114299" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/staged-action.js?v=57498715711744870231776114325" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/dynamic-button.js?v=124943469890868650071776114267" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/product-form.js?v=37779107406454908591776114296" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/cart-link.js?v=23110473682800828071776114238" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/cart-components.js?v=18337342600342149771776114236" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/deferred-media.js?v=78538159948894601851776114258" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/header-container.js?v=26070149893112301281776114275" type="module"></script><script src="//henrietteandco.com/cdn/shop/t/33/assets/cart-free-shipping-bar.js?v=13371988690262255181776114237" type="module"></script><script src="//henrietteandco.com/cdn/shop/t/33/assets/product-cards.js?v=37094722501010922351776114295" type="module"></script>
    

    <script src="//henrietteandco.com/cdn/shop/t/33/assets/custom.js?v=124112995348399771671776115256" defer="defer" type="module"></script><script src="//henrietteandco.com/cdn/shop/t/33/assets/swatch-colors.js?v=96462366076270370621776114359" type="module"></script><script src="//henrietteandco.com/cdn/shop/t/33/assets/details-disclosure.js?v=38950630888206911021776114264" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/header-details-disclosure.js?v=136202714933820536781776114275" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/nested-menu.js?v=53243661712293410791776114287" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/drawer-menu.js?v=112278693327509456951776114266" type="module"></script>

    <script src="//henrietteandco.com/cdn/shop/t/33/assets/product-card-spinner.js?v=25774890984037457101776114294" type="module"></script>
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/product-card-swatches.js?v=29588182373378967521776114294" type="module"></script><script src="//henrietteandco.com/cdn/shop/t/33/assets/recent-searches.js?v=67153266499646866251776114300" type="module"></script>

    

    <script type="module">
    import Cart from 'cart-store';

    document.addEventListener('teeinblue-event-after-cart-added', async () => {
        try {
            await Cart.refresh();

            const cartDrawer = document.getElementById('modal-cart');

            if (cartDrawer) {
                cartDrawer.open();
            }
        } catch (e) {
            console.error('Could not refresh cart: ', e);
        }
    });

    document.addEventListener('teeinblue-event-component-injected', function() {
        const elementToMove = document.querySelector('#shopify-block-f39415f9-8507-4f58-99c7-baf819ce1001');
        const insertAfterElement = document.querySelector('.tee-block.tee-product-price');
        if (elementToMove && insertAfterElement) {
            insertAfterElement.after(elementToMove)
        }
    })
</script>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/custom-teeinblue.css?v=78035573056451135941776114347" rel="stylesheet" type="text/css" media="all" />

    <!-- Header hook for plugins ================================================== -->
    <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="5q3mv4Pkp0s8GVt9Jd93LU4SdYmwQJrU2Kw9TKtWsvw">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/60331720883/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="539e4798ded56b0fa8ae92dca2214264">
<link rel="alternate" hreflang="x-default" href="https://henrietteandco.com/">
<link rel="alternate" hreflang="fr" href="https://henrietteandco.com/">
<link rel="alternate" hreflang="fr-GB" href="https://henrietteandco.com/fr-gb">
<link rel="alternate" hreflang="fr-IT" href="https://henrietteandco.com/fr-it">
<script async="async" src="/checkouts/internal/preloads.js?locale=fr-FR"></script>
<link rel="preconnect" href="https://shop.app" crossorigin="anonymous">
<script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=fr-FR&shop_id=60331720883" crossorigin="anonymous"></script>
<script id="apple-pay-shop-capabilities" type="application/json">{"shopId":60331720883,"countryCode":"FR","currencyCode":"EUR","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/60331720883","merchantName":"henrietteandco","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","maestro"],"total":{"type":"pending","label":"henrietteandco","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script>
<script id="shopify-features" type="application/json">{"accessToken":"539e4798ded56b0fa8ae92dca2214264","betas":["rich-media-storefront-analytics"],"domain":"henrietteandco.com","predictiveSearch":true,"shopId":60331720883,"locale":"fr"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "henrietteandco.myshopify.com";
Shopify.locale = "fr";
Shopify.currency = {"active":"EUR","rate":"1.0"};
Shopify.country = "FR";
Shopify.theme = {"name":"VENUE - 18.1.1 - CHARLY UPDATE","id":199225082194,"schema_name":"Venue","schema_version":"18.1.1","theme_store_id":836,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "henrietteandco.com/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";
Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js";</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>
  window.ShopifyPay = window.ShopifyPay || {};
  window.ShopifyPay.apiHost = "shop.app\/pay";
  window.ShopifyPay.redirectState = null;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//henrietteandco.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.fr.esm.js"></script>
<script type="module">
  await import("//henrietteandco.com/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.fr.esm.js");

  window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true});

</script>
<script>
  window.Shopify = window.Shopify || {};
  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/loader.shop-toast-manager.fr.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.fr.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.fr.esm.js"],"shop-button":["modules/v2/loader.shop-button.fr.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.fr.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.fr.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.fr.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.fr.esm.js"],"avatar":["modules/v2/loader.avatar.fr.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.fr.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.fr.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.fr.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.fr.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.fr.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.fr.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.fr.esm.js"],"pay-button":["modules/v2/loader.pay-button.fr.esm.js"],"shop-login":["modules/v2/loader.shop-login.fr.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.fr.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.fr.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.fr.esm.js"]};
</script>
<script>(function() {
  var isLoaded = false;
  function asyncLoad() {
    if (isLoaded) return;
    isLoaded = true;
    var urls = ["https:\/\/loox.io\/widget\/EJeNzRsm4i\/loox.1633337075282.js?shop=henrietteandco.myshopify.com","https:\/\/henrietteandco.myshopify.com\/apps\/saleboost\/saleboost_st.js?t=1711248136.4186\u0026n=799705459\u0026shop=henrietteandco.myshopify.com","https:\/\/sdk.teeinblue.com\/async.js?platform=shopify\u0026v=1\u0026token=dX6Iwq0PHgKdcPz3mmtrwje7bEk2nm3y\u0026shop=henrietteandco.myshopify.com","https:\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/js\/header.min.js?settings=eyJrZXkiOiJmUnBockUwMm15ZXlZMzcxIn0=\u0026v=2.5\u0026shop=henrietteandco.myshopify.com","https:\/\/ecommplugins-scripts.trustpilot.com\/v2.1\/js\/success.min.js?settings=eyJrZXkiOiJmUnBockUwMm15ZXlZMzcxIiwidCI6WyJvcmRlcnMvZnVsZmlsbGVkIl0sInYiOiIifQ==\u0026shop=henrietteandco.myshopify.com","https:\/\/ecommplugins-trustboxsettings.trustpilot.com\/henrietteandco.myshopify.com.js?settings=1767870250829\u0026shop=henrietteandco.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0603\/3172\/0883\/t\/33\/assets\/yoast-active-script.js?v=1776114350\u0026shop=henrietteandco.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0603\/3172\/0883\/t\/33\/assets\/yoast-active-script.js?v=1776114350\u0026shop=henrietteandco.myshopify.com"];
    for (var i = 0; i < urls.length; i++) {
      var s = document.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = urls[i];
      var x = document.getElementsByTagName('script')[0];
      x.parentNode.insertBefore(s, x);
    }
  };
  if(window.attachEvent) {
    window.attachEvent('onload', asyncLoad);
  } else {
    window.addEventListener('load', asyncLoad, false);
  }
})();</script>
<script id="__st">var __st={"a":60331720883,"offset":7200,"reqid":"376464b7-3372-451c-b114-a4537d447c1d-1776891690","pageurl":"henrietteandco.com\/?gad_source=1\u0026gad_campaignid=15199228956\u0026gclid=CjwKCAjw46HPBhAMEiwASZpLRNe6uYawD_N2aGJ3ufwF8OKFhas1WFF__ncN90mWO-xOsB8HmeLAXhoCSPgQAvD_BwE","u":"29dba658893c","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protégé par hCaptcha',privacyText:'Confidentialité',termsText:'Conditions'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-JjoPp5ZfB1sSAs5SQaol1x1GgvveM+BgmRzyDexInEQ=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//henrietteandco.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js" crossorigin="anonymous"></script>
<script crossorigin="anonymous" defer="defer" src="//henrietteandco.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812"></script>
<script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://henrietteandco.com/cdn/shopifycloud/portable-wallets/latest/portable-wallets.fr.js",t.type="module",document.head.appendChild(t)}};
</script>
<script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
</script>
<script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
</script>
<script id='scb4127' type='text/javascript' async='' src='https://henrietteandco.com/cdn/shopifycloud/privacy-banner/storefront-banner.js'></script><link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://henrietteandco.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
<style id="shopify-accelerated-checkout-cart">
        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

#shopify-buyer-consent.hidden {
  display: none;
}

#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}

#shopify-subscription-policy-button::before {
  box-shadow: none;
}

      </style>

<script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>

    <link href="//henrietteandco.com/cdn/shop/t/33/assets/custom.css?v=148112553822321605011776273358" rel="stylesheet" type="text/css" media="all" />
    <script src="//henrietteandco.com/cdn/shop/t/33/assets/tee-sticky-gallery.js?v=87556934364569530341776114349" type="text/javascript"></script>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/teeinblue-custom.css?v=163455929046404711711776237972" rel="stylesheet" type="text/css" media="all" />
  <!-- BEGIN app block: shopify://apps/yoast-seo/blocks/metatags/7c777011-bc88-4743-a24e-64336e1e5b46 -->
<!-- This site is optimized with Yoast SEO for Shopify -->
<title>henrietteandco</title>
<meta name="description" content="Mugs, tabliers, tote bags et gourdes personnalisés, fabriqués dans notre atelier de l&#39;Ain. Livraison rapide dès 48h. Cadeau unique et fait avec amour." />
<link rel="canonical" href="https://henrietteandco.com/" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta property="og:site_name" content="henrietteandco" />
<meta property="og:url" content="https://henrietteandco.com/" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:type" content="website" />
<meta property="og:title" content="henrietteandco" />
<meta property="og:description" content="Mugs, tabliers, tote bags et gourdes personnalisés, fabriqués dans notre atelier de l&#39;Ain. Livraison rapide dès 48h. Cadeau unique et fait avec amour." />
<meta property="og:image" content="https://henrietteandco.com/cdn/shop/files/socialsharing.png?v=1746023586" />
<meta property="og:image:height" content="628" />
<meta property="og:image:width" content="1200" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" id="yoast-schema-graph">
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://henrietteandco.com/#/schema/organization/1",
      "url": "https://henrietteandco.com",
      "name": "henrietteandco",
      "logo": {
        "@id": "https://henrietteandco.com/#/schema/ImageObject/52933148705106"
      },
      "image": [
        {
          "@id": "https://henrietteandco.com/#/schema/ImageObject/52933148705106"
        }
      ],
      "hasMerchantReturnPolicy": {
        "@type": "MerchantReturnPolicy",
        "merchantReturnLink": "https://henrietteandco.com/policies/refund-policy"
      },
      "sameAs": ["https:\/\/www.instagram.com\/henrietteandco_\/","https:\/\/www.youtube.com\/@henrietteandco1835","https:\/\/www.facebook.com\/henrietteandco\/"]
    },
    {
      "@type": "ImageObject",
      "@id": "https://henrietteandco.com/#/schema/ImageObject/52933148705106",
      "width": 1080,
      "height": 1080,
      "url": "https:\/\/henrietteandco.com\/cdn\/shop\/files\/Message_Bubble_Appointment_Makeup_Services_Instagram_Post_1.png?v=1758198434",
      "contentUrl": "https:\/\/henrietteandco.com\/cdn\/shop\/files\/Message_Bubble_Appointment_Makeup_Services_Instagram_Post_1.png?v=1758198434"
    },
    {
      "@type": "WebSite",
      "@id": "https://henrietteandco.com/#/schema/website/1",
      "url": "https://henrietteandco.com",
      "name": "henrietteandco",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://henrietteandco.com/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      },
      "publisher": {
        "@id": "https://henrietteandco.com/#/schema/organization/1"
      },
      "inLanguage": "fr"
    },
    {
      "@type": ["WebPage","CollectionPage"],
      "@id": "https:\/\/henrietteandco.com\/",
      "name": "henrietteandco",
      "description": "Mugs, tabliers, tote bags et gourdes personnalisés, fabriqués dans notre atelier de l\u0026#39;Ain. Livraison rapide dès 48h. Cadeau unique et fait avec amour.",
      "about": {
        "@id": "https://henrietteandco.com/#/schema/organization/1"
      },
      "breadcrumb": {
        "@id": "https:\/\/henrietteandco.com\/#\/schema\/breadcrumb"
      },
      "primaryImageOfPage": {
        "@id": "https://henrietteandco.com/#/schema/ImageObject/3537709465938"
      },
      "image": [{
        "@id": "https://henrietteandco.com/#/schema/ImageObject/3537709465938"
      }],
      "isPartOf": {
        "@id": "https://henrietteandco.com/#/schema/website/1"
      },
      "url": "https:\/\/henrietteandco.com\/"
    },
    {
      "@type": "ImageObject",
      "@id": "https://henrietteandco.com/#/schema/ImageObject/3537709465938",
      "width": 1200,
      "height": 628,
      "url": "https:\/\/henrietteandco.com\/cdn\/shop\/files\/socialsharing.png?v=1746023586",
      "contentUrl": "https:\/\/henrietteandco.com\/cdn\/shop\/files\/socialsharing.png?v=1746023586"
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https:\/\/henrietteandco.com\/#\/schema\/breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "name": "Cadeaux Personnalisés Made in France | henrietteandco",
          "position": 1
        }
      ]
    }

  ]}
</script>
<!--/ Yoast SEO -->
<!-- END app block --><!-- BEGIN app block: shopify://apps/teeinblue-product-personalizer/blocks/product-personalizer/67212f31-32b0-450c-97dd-7e182a5fac7b -->


  <!-- teeinblue scripts -->
  <script>
    window.teeinblueShop = {
      shopCurrency: "EUR",
    
      moneyFormat: "\u003cspan\u003e{{amount_with_comma_separator}} €\u003c\/span\u003e",
    
    };
  </script>

  

  

  

  
  <!-- teeinblue async script -->
  <script
    type="text/javascript"
    async
 src="https://sdk.teeinblue.com/async.js?platform=shopify&amp;v=1&amp;token=dX6Iwq0PHgKdcPz3mmtrwje7bEk2nm3y&amp;shop=henrietteandco.myshopify.com"
  ></script>
  <!-- teeinblue async script end -->

  

  
  <!-- teeinblue scripts end. -->



<!-- END app block --><!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 -->












  <script async src="https://static.klaviyo.com/onsite/js/X7DTLA/klaviyo.js?company_id=X7DTLA"></script>
  <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script>

  




  <script>
    window.klaviyoReviewsProductDesignMode = false
  </script>









<!-- END app block --><script src="https://cdn.shopify.com/extensions/8d2c31d3-a828-4daf-820f-80b7f8e01c39/nova-eu-cookie-bar-gdpr-4/assets/nova-cookie-app-embed.js" type="text/javascript" defer="defer"></script>
<link href="https://cdn.shopify.com/extensions/8d2c31d3-a828-4daf-820f-80b7f8e01c39/nova-eu-cookie-bar-gdpr-4/assets/nova-cookie.css" rel="stylesheet" type="text/css" media="all">
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 60331720883,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script>
  window.__TREKKIE_SHIM_QUEUE = window.__TREKKIE_SHIM_QUEUE || [];
</script>
<script id="web-pixels-manager-setup">(function e(e,d,r,n,o){if(void 0===o&&(o={}),!Boolean(null===(a=null===(i=window.Shopify)||void 0===i?void 0:i.analytics)||void 0===a?void 0:a.replayQueue)){var i,a;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),u="modern"===l?"modern":"legacy",c=(null!=n?n:{modern:"",legacy:""})[u],f=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:d,hashVersion:r,buildTarget:u}),m=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:r,bundleTarget:l,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{o.browserTarget=l,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:f,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach((function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)})),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return m.emit({status:"failed",errorMsg:"".concat(f," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(c)?c:"",scriptDataAttributes:o}),m.emit({status:"loading"})}catch(e){m.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 60331720883,storefrontBaseUrl: "https://henrietteandco.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["72028870","2dca8a86","d5bdd5d0","5476ea20"],webPixelsConfigList: [{"id":"3376251218","configuration":"{\"tagID\":\"2613166698612\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"18031546ee651571ed29edbe71a3550b","type":"APP","apiClientId":3009811,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":[]},"dataSharingState":"optimized"},{"id":"3073212754","configuration":"{\"accountID\":\"X7DTLA\",\"webPixelConfig\":\"eyJlbmFibGVBZGRlZFRvQ2FydEV2ZW50cyI6IHRydWV9\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"524f6c1ee37bacdca7657a665bdca589","type":"APP","apiClientId":123074,"privacyPurposes":["ANALYTICS","MARKETING"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"1070072146","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-V97VYL9B00\\\",\\\"AW-10798233756\\\",\\\"GT-NCLXFWH\\\"],\\\"target_country\\\":\\\"FR\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":[\\\"G-V97VYL9B00\\\",\\\"AW-10798233756\\\/0m7HCKnRoP8CEJzx_5wo\\\"]},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":[\\\"G-V97VYL9B00\\\",\\\"AW-10798233756\\\/c5bsCKzRoP8CEJzx_5wo\\\"]},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-V97VYL9B00\\\",\\\"AW-10798233756\\\/D2YZCKPRoP8CEJzx_5wo\\\",\\\"MC-292RZLHZ54\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-V97VYL9B00\\\",\\\"AW-10798233756\\\/U7gPCKDRoP8CEJzx_5wo\\\",\\\"MC-292RZLHZ54\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-V97VYL9B00\\\",\\\"AW-10798233756\\\/uHrlCJ3RoP8CEJzx_5wo\\\",\\\"MC-292RZLHZ54\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":[\\\"G-V97VYL9B00\\\",\\\"AW-10798233756\\\/bhjyCK_RoP8CEJzx_5wo\\\"]},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":[\\\"G-V97VYL9B00\\\",\\\"AW-10798233756\\\/_5JhCKbRoP8CEJzx_5wo\\\"]}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"5a723296a9ab7d2cddda5d574ded9c79","type":"APP","apiClientId":1780363,"privacyPurposes":[],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"813531474","configuration":"{\"pixelCode\":\"CA336UBC77U0Q8NJFAPG\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"22e92c2ad45662f435e4801458fb78cc","type":"APP","apiClientId":4383523,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":[]},"dataSharingState":"optimized"},{"id":"347734354","configuration":"{\"pixel_id\":\"1136662336859735\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"d72ab942028ee4f6bccc581083be605e","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0450","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"henrietteandco","paymentSettings":{"currencyCode":"EUR"},"myshopifyDomain":"henrietteandco.myshopify.com","countryCode":"FR","storefrontUrl":"https:\/\/henrietteandco.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},"https://henrietteandco.com/cdn","5153dfa3wa14e0a32p72aa89e7m94579b79",{"modern":"","legacy":""},{"trekkieShim":true,"shopId":"60331720883","storefrontBaseUrl":"https:\/\/henrietteandco.com","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"72028870\", \"2dca8a86\", \"d5bdd5d0\", \"5476ea20\"]","isMerchantRequest":"false","hashVersion":"5153dfa3wa14e0a32p72aa89e7m94579b79","publish":"custom","events":"[[\"page_viewed\",{}]]"});</script><script>
  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  window.ShopifyAnalytics.meta.currency = 'EUR';
  var meta = {"page":{"pageType":"home","requestId":"376464b7-3372-451c-b114-a4537d447c1d-1776891690"}};
  for (var attr in meta) {
    window.ShopifyAnalytics.meta[attr] = meta[attr];
  }
</script>
<script class="analytics">
  (function () {
    var customDocumentWrite = function(content) {
      var jquery = null;

      if (window.jQuery) {
        jquery = window.jQuery;
      } else if (window.Checkout && window.Checkout.$) {
        jquery = window.Checkout.$;
      }

      if (jquery) {
        jquery('body').append(content);
      }
    };

    var hasLoggedConversion = function(token) {
      if (token) {
        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
      }
      return false;
    }

    var setCookieIfConversion = function(token) {
      if (token) {
        var twoMonthsFromNow = new Date(Date.now());
        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);

        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
      }
    }

    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
    window.ShopifyAnalytics.lib.trekkie = window.trekkie;
    if (trekkie.integrations) {
      return;
    }
    trekkie.methods = [
      'identify',
      'page',
      'ready',
      'track',
      'trackForm',
      'trackLink'
    ];
    trekkie.factory = function(method) {
      return function() {
        var args = Array.prototype.slice.call(arguments);
        args.unshift(method);
        trekkie.push(args);
        if (window.__TREKKIE_SHIM_QUEUE && (method == 'track' || method == 'page')) {
          try {
            window.__TREKKIE_SHIM_QUEUE.push({
              from: 'trekkie-stub',
              method: method,
              args: args.slice(1)
            });
          } catch (e) {
            // no-op
          }
        }
        return trekkie;
      };
    };
    for (var i = 0; i < trekkie.methods.length; i++) {
      var key = trekkie.methods[i];
      trekkie[key] = trekkie.factory(key);
    }
    trekkie.load = function(config) {
      trekkie.config = config || {};
      trekkie.config.initialDocumentCookie = document.cookie;
      var first = document.getElementsByTagName('script')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.onerror = function(e) {
  var scriptFallback = document.createElement('script');
  scriptFallback.type = 'text/javascript';
  scriptFallback.onerror = function(error) {
          var Monorail = {
      produce: function produce(monorailDomain, schemaId, payload) {
        var currentMs = new Date().getTime();
        var event = {
          schema_id: schemaId,
          payload: payload,
          metadata: {
            event_created_at_ms: currentMs,
            event_sent_at_ms: currentMs
          }
        };
        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
      },
      sendRequest: function sendRequest(endpointUrl, payload) {
        // Try the sendBeacon API
        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
          var blobData = new window.Blob([payload], {
            type: 'text/plain'
          });

          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
            return true;
          } // sendBeacon was not successful

        } // XHR beacon

        var xhr = new XMLHttpRequest();

        try {
          xhr.open('POST', endpointUrl);
          xhr.setRequestHeader('Content-Type', 'text/plain');
          xhr.send(payload);
        } catch (e) {
          console.log(e);
        }

        return false;
      },
      isIos12: function isIos12() {
        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
      }
    };
    Monorail.produce('monorail-edge.shopifysvc.com',
      'trekkie_storefront_load_errors/1.1',
      {shop_id: 60331720883,
      theme_id: 199225082194,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "//henrietteandco.com/cdn/s/trekkie.storefront.853740ed6e9bdebbd97573c5bbdd9cfe5fb59a39.min.js"});

  };
  scriptFallback.async = true;
  scriptFallback.src = '//henrietteandco.com/cdn/s/trekkie.storefront.853740ed6e9bdebbd97573c5bbdd9cfe5fb59a39.min.js';
  first.parentNode.insertBefore(scriptFallback, first);
};
script.async = true;
script.src = '//henrietteandco.com/cdn/s/trekkie.storefront.853740ed6e9bdebbd97573c5bbdd9cfe5fb59a39.min.js';
first.parentNode.insertBefore(script, first);

    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":60331720883,"isMerchantRequest":null,"themeId":199225082194,"themeCityHash":"1460982043736107406","contentLanguage":"fr","currency":"EUR","eventMetadataId":"fc428383-e570-4de7-89c4-9feaa8322b0d"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["b5387b81","d5bdd5d0"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
    );

    var loaded = false;
    trekkie.ready(function() {
      if (loaded) return;
      loaded = true;

      window.ShopifyAnalytics.lib = window.trekkie;

      var originalDocumentWrite = document.write;
      document.write = customDocumentWrite;
      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
      document.write = originalDocumentWrite;

      window.ShopifyAnalytics.lib.page(null,{"pageType":"home","requestId":"376464b7-3372-451c-b114-a4537d447c1d-1776891690","shopifyEmitted":true});

      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
      var token = match? match[1]: undefined;
      if (!hasLoggedConversion(token)) {
        setCookieIfConversion(token);
        
      }
    });

    var eventsListenerScript = document.createElement('script');
    eventsListenerScript.async = true;
    eventsListenerScript.src = "//henrietteandco.com/cdn/shopifycloud/storefront/assets/shop_events_listener-3da45d37.js";
    document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
})();</script>
  <script>
  if (!window.ga || (window.ga && typeof window.ga !== 'function')) {
    window.ga = function ga() {
      (window.ga.q = window.ga.q || []).push(arguments);
      if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') {
        window.Shopify.analytics.publish("ga_stub_called", {}, {sendTo: "google_osp_migration"});
      }
      console.error("Shopify's Google Analytics stub called with:", Array.from(arguments), "\nSee https://help.shopify.com/manual/promoting-marketing/pixels/pixel-migration#google for more information.");
    };
    if (window.Shopify && window.Shopify.analytics && typeof window.Shopify.analytics.publish === 'function') {
      window.Shopify.analytics.publish("ga_stub_initialized", {}, {sendTo: "google_osp_migration"});
    }
  }
</script>
<script
  defer
 src="https://henrietteandco.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.3.1.min.js"
  data-application="storefront-renderer"
  data-shop-id="60331720883"
  data-render-region="gcp-europe-west1"
  data-page-type="index"
  data-theme-instance-id="199225082194"
  data-theme-name="Venue"
  data-theme-version="18.1.1"
  data-monorail-region="shop_domain"
  data-resource-timing-sampling-rate="10"
  data-shs="true"
  data-shs-beacon="true"
  data-shs-export-with-fetch="true"
  data-shs-logs-sample-rate="1"
  data-shs-beacon-endpoint="https://henrietteandco.com/api/collect"
></script>
</head>

  <body
    id="cadeaux-personnalises-made-in-france-henrietteandco"
    class="template-index"
    data-anim-load="true"
    data-anim-interval-style="fade_down"
    data-anim-zoom="false"
    data-anim-interval="true"
    data-editor-mode="false"
    data-quick-shop-show-cart="true"
    data-heading-border="true"
    data-overlap-style="true"
  ><script type="text/javascript">
        //loading class for animations
        document.body.classList.add('js-theme-loading');
      </script>
    <script type="application/json" id="cart-data">
      {"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"EUR","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0}
    </script><script type="application/json" id="cart-gift-wrapping-data">
        {
        	"productId": 50146218541394,
          "giftMessageEnabled": false,
        	"wrapIndividually": false
        }
      </script>
<div id="cart-templates" style="display: none"><template id="template-cart-item-property">
      
<div class="cart-item__meta-inline">
  <property-name class="cart-item__meta"></property-name>:
  <property-value class="cart-item__meta"></property-value>
</div>

    </template>
    <template id="template-price">
      
<div class="price">
  <span class="money"
    ><money-amount></money-amount></span
>
</div>

    </template>
    <template id="template-discount-item">
      <span class="discount__icon"><span
    class="icon icon--theme icon--label"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M6.16917 25.5622C5.06029 24.4533 4.50388 22.91 4.65445 21.361L5.72818 10.3141C5.96488 7.87887 7.8789 5.96484 10.3141 5.72815L21.361 4.65441C22.9101 4.50384 24.4533 5.06026 25.5622 6.16913L41.6078 22.2147C43.6415 24.2484 43.6622 27.5251 41.654 29.5333L29.5333 41.654C27.5251 43.6622 24.2485 43.6415 22.2147 41.6077L6.16917 25.5622Z" vector-effect="non-scaling-stroke"/>
          <path d="M14.8709 11.5963C16.5041 11.6066 17.8365 12.9389 17.8468 14.5721C17.8571 16.2053 16.5415 17.5209 14.9083 17.5106C13.2751 17.5003 11.9428 16.168 11.9324 14.5348C11.9221 12.9016 13.2377 11.586 14.8709 11.5963Z" vector-effect="non-scaling-stroke"/></svg>
  </span></span>
<discount-title class="discount__title"></discount-title>
<span class="discount__amount"
  ><span class="money"
    ><discount-amount></discount-amount></span
></span
>

    </template>
    <template id="template-empty-cart">
      <cart-empty>
  <div class="cart-empty">

    <p class="cart-empty__title">Votre panier est vide</p>
    <a
      href="/"
      class="c-btn c-btn--primary c-btn--wide"
    >Boutique</a>
  </div>
</cart-empty>

    </template>
    <template id="template-spinner">
      <div
  class="theme-spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</div>

    </template>
    <template id="template-cart-gift-wrapping-message">
      <cart-gift-wrapping-message class="gift-wrapping-message"><accordion-group>
  <details id="cart-gift-wrapping-message">
    <summary>
      <summary-content><label for="CartGiftWrappingMessage" class="gift-wrapping-message__label">
      <div class="gift-wrapping-message__icon"><span
    class="icon icon--theme icon--note"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path fill-rule="evenodd" clip-rule="evenodd" d="M24.555 18.3567L21.8917 21.02L27.2184 26.3468L29.8818 23.6834L44.9742 8.59101C46.4451 7.12007 46.4451 4.73521 44.9742 3.26427C43.5032 1.79334 41.1184 1.79334 39.6474 3.26427L24.555 18.3567ZM20.0291 23.5962L18.3406 29.8978L24.6422 28.2093L20.0291 23.5962Z" class="fill" />
          <path d="M40.5 23.7642V35.108C40.5 37.9557 38.1914 40.2642 35.3438 40.2642H12.6562C9.80856 40.2642 7.5 37.9557 7.5 35.108V12.4205C7.5 9.57278 9.80856 7.26422 12.6562 7.26422H24" vector-effect="non-scaling-stroke" /></svg>
  </span></div>
      <span>Message cadeau</span>
    </label></summary-content>
      <summary-icon>
        <span
    class="icon icon--theme icon--plus"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M24 4L24 44M4 24.0024H44" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </summary-icon>
    </summary>
    <details-content><cart-text-input
  
    class="gift-wrapping-message__content"
  
><textarea
      name="attributes[gift-wrapping-message]"
      class="gift-wrapping-message__input input-full"
      id="CartGiftWrappingMessage"></textarea><cart-text-input-status></cart-text-input-status>
</cart-text-input>
</details-content>
  </details>
</accordion-group>
<script src="//henrietteandco.com/cdn/shop/t/33/assets/accordion-group.js?v=94275686039891721051776114230" type="module"></script>
</cart-gift-wrapping-message>

    </template><template id="template-spinner">
    <theme-spinner
  class="theme-spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</theme-spinner>

  </template>
  <template id="template-cart-item-meta">
    <property-value class="cart-item__meta"></property-value>

  </template>
  <template id="template-unit-price">
    
<span class="unit-price">
Prix unitaire:&nbsp;<unit-price class="money"></unit-price><span aria-hidden="true">/</span><span class="u-hidden-visually">par&nbsp;</span><base-unit></base-unit>
</span>

  </template>
</div>


    <a class="skip-to-content-link" href="#main">Ignorer et passer au contenu</a>

    <div class="page-transition"></div>

    <div class="page-container">
      <script>
  theme.setHeaderHeightVars = () => {
    const headerSection = document.querySelector('header-container');
    const header = document.querySelector('.js-header');
    const announcement = document.querySelector('.shopify-section-group-header-group.js-section__announcement');
    const utility = document.querySelector('.shopify-section-group-header-group.js-section__utility-bar');

    document.documentElement.style.setProperty('--window-height', `${window.innerHeight}px`);

    document.documentElement.style.setProperty(
      '--announcement-height',
      `${announcement ? announcement.offsetHeight : 0}px`,
    );

    document.documentElement.style.setProperty('--utility-height', `${utility ? utility.offsetHeight : 0}px`);

    //header section (zero height if transparent)
    if (headerSection)
      document.documentElement.style.setProperty('--header-section-height', `${headerSection.offsetHeight}px`);
    //header element (has height if transparent)
    if (header) document.documentElement.style.setProperty('--header-height', `${header.offsetHeight}px`);
  };

  theme.setHeaderLogoVars = () => {
    //header logo width
    const logoLink = document.querySelector('.header__logo-link');
    if (logoLink) document.documentElement.style.setProperty('--header-logo-width', `${logoLink.offsetWidth}px`);
  };

  theme.setHeaderStyle = () => {
    const header = document.querySelector('.js-header');
    if (!header) return;

    //get element width witout padding
    const getElementContentWidth = (element) => {
      if (!element) return 0;

      const styles = window.getComputedStyle(element);
      const padding = parseFloat(styles.paddingLeft) + parseFloat(styles.paddingRight);

      return element.clientWidth - padding;
    };

    const iconsNavDisplayStyle = (style, element) => {
      if (!element) return;

      element.style.display = style;
    };

    const headerNavs = header.querySelector('.js-heaver-navs');
    const mobileDraw = header.querySelector('.js-mobile-draw-icon');
    const searchDraw = header.querySelector('.js-search-draw-icon');
    const cartDraw = header.querySelector('.js-cart-draw-icon');
    const primaryNav = header.querySelector('.js-primary-nav');
    const primaryNavItems = header.querySelector('.js-primary-nav-items');
    const secondaryNav = header.querySelector('.js-secondary-nav');
    const secondaryNavLocalize = header.querySelector('.js-secondary-nav-localize');
    const secondaryNavActions = header.querySelector('.js-secondary-nav-actions');
    const logoImg = header.querySelector('.js-main-logo');
    const mobileBrkp = 767;

    //set sizes
    const winWidth = window.innerWidth;
    const navsWidth = getElementContentWidth(headerNavs);
    const secondaryWidth = getElementContentWidth(secondaryNav);
    const secondaryLocalizeWidth = getElementContentWidth(secondaryNavLocalize);
    const secondaryActionsWidth = getElementContentWidth(secondaryNavActions);
    const secondaryItemsWidth = secondaryLocalizeWidth + secondaryActionsWidth + 6;
    const logoWidth = getElementContentWidth(logoImg);
    const primaryWidth = getElementContentWidth(primaryNavItems);

    if (header.dataset.headerStyle == 'icons') {
      iconsNavDisplayStyle('flex', mobileDraw);
      iconsNavDisplayStyle('flex', cartDraw);
      iconsNavDisplayStyle('flex', searchDraw);
    } else if (winWidth >= mobileBrkp) {
      if (header.dataset.headerStyle !== 'center') {
        //inline style logic
        if (header.dataset.headerStyle === 'left') {
          const availableLeftSpace = (winWidth - logoWidth) / 2;
          if (availableLeftSpace - primaryWidth < 40) {
            header.classList.remove('header--left');
            header.classList.add('header--center');
          } else if (availableLeftSpace - secondaryItemsWidth < 40) {
            header.classList.remove('header--left');
            header.classList.add('header--center');
          } else {
            header.classList.add('header--left');
            header.classList.remove('header--center');
          }
        }

        //logo left style logic
        if (header.dataset.headerStyle === 'logo-left') {
          const availableCenterSpace = winWidth - logoWidth;
          if (availableCenterSpace - primaryWidth - secondaryItemsWidth < 120) {
            header.classList.remove('header--logo-left');
            header.classList.add('header--center');
          } else {
            header.classList.add('header--logo-left');
            header.classList.remove('header--center');
          }
        }
      }

      iconsNavDisplayStyle('none', mobileDraw);
      iconsNavDisplayStyle('none', cartDraw);
      iconsNavDisplayStyle('none', searchDraw);
    } else {
      iconsNavDisplayStyle('flex', mobileDraw);
      iconsNavDisplayStyle('flex', cartDraw);
      iconsNavDisplayStyle('flex', searchDraw);
    }
  };

  theme.setUpHeaderResizeObservers = () => {
    const debounce = (f, delay) => {
      let timer = 0;
      return (...args) => {
        clearTimeout(timer);
        timer = setTimeout(() => f.apply(this, args), delay);
      };
    };

    const headerSection = document.querySelector('header-container');
    const header = document.querySelector('header');
    const logo = document.querySelector('.header__logo-link');

    theme.setHeaderHeightVars();
    const headerSectionObserver = new ResizeObserver(debounce(theme.setHeaderHeightVars, 50));
    headerSectionObserver.observe(headerSection);

    theme.setHeaderLogoVars();
    const headerLogoObserver = new ResizeObserver(debounce(theme.setHeaderLogoVars, 50));
    headerLogoObserver.observe(logo);

    theme.setHeaderStyle();
    const headerObserver = new ResizeObserver(debounce(theme.setHeaderStyle, 50));
    headerObserver.observe(header);
  };
</script>

      <!-- BEGIN sections: header-group -->
<div id="shopify-section-sections--29760633995602__section_announcement_bar_KeJULB" class="shopify-section shopify-section-group-header-group js-section__announcement">
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-announcement-bar.css?v=28610319943355220661776114307" rel="stylesheet" type="text/css" media="all" />
  
<section
    class="section      section--announcement-bar      section--sections--29760633995602__section_announcement_bar_KeJULB      section--mb-0"
    data-section-id="sections--29760633995602__section_announcement_bar_KeJULB"
    data-section-type="announcement-bar"
    style="      --space-top: 0px;      --space-bottom: 0px    "
  >
    <announcement-bar
      id="sections--29760633995602__section_announcement_bar_KeJULB"
      class="announcement"
      aria-label="Announcement Bar"
      aria-live="polite"
      aria-atomic="true"
      
      
        autoplay="true"
        autoplay-delay="8000"
      
      
      style="        --color: #ffffff;        --letter-spacing: 2px;        --font-size__desktop: 0.85rem;        --font-size__mobile: 0.85rem;                --text-transform: uppercase;      "
    >
      <div
        class="announcement__bg                              section--padded"
        style="background-color: #d0b9a6;"
      >
        <div class="announcement__container announcement__container--carousel" tabindex="0">
          <ol class="announcement__wrapper announcement__wrapper--carousel" role="list" aria-label="Announcements"><li
                    id="announcement_Fm8NFJ"
                    class="announcement announcement__slides announcement__slides--carousel"
                    data-slide-id="1"
                    
                    role="listitem"
                    tabindex="0"
                    aria-roledescription="Announcement"
                    aria-label="1 of 1"
                  ><div class="announcement__message"><div class="announcement__text announcement__text--heading">
                          
                          <span>Réalisé dans notre atelier Français</span></div></div></li></ol>
        </div>
      </div>
    </announcement-bar>

    <script src="//henrietteandco.com/cdn/shop/t/33/assets/announcement-bar.js?v=157000420090300050581776114234" type="module"></script>

    
  </section>
</div><div id="shopify-section-sections--29760633995602__header" class="shopify-section shopify-section-group-header-group shopify-section-header js-section__header">
<style>
  
  .header-trigger {
    opacity: 0;
  }
</style>
<link href="//henrietteandco.com/cdn/shop/t/33/assets/component-header.css?v=53914476183850937181776114248" rel="stylesheet" type="text/css" media="all" />
<link
  rel="stylesheet"
  href="//henrietteandco.com/cdn/shop/t/33/assets/component-navigation-drawer.css?v=68136065212661734271776114251"
  media="print"
  onload="this.media='all'"
>
<noscript>
  <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-navigation-drawer.css?v=68136065212661734271776114251" rel="stylesheet" type="text/css" media="all" />
</noscript><header-container
  
  style="    --logo-size: 95px;    --logo-size-mobile: 67px;    --logo-spacing: 1;    --logo-spacing-mobile: 1;  "
><link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/component-search-drawer.css?v=166864787208131521551776114254"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-search-drawer.css?v=166864787208131521551776114254" rel="stylesheet" type="text/css" media="all" />
    </noscript><style type="text/css">
    :root {
      
      --header-is-sticky:0;
      
      --header-bg-color: #ffffff;
      --header-bg-color-darker: #f2f2f2;
      --header-text-color: #222222;
      --header-text-color-light: rgba(34, 34, 34, 0.7);
      --header-text-color-lighter: rgba(34, 34, 34, 0.5);
      --header-text-color-lightest: rgba(34, 34, 34, 0.1);
      --header-text-color-bg: rgba(34, 34, 34, 0.06);
      --header-transparent-text-color: #ffffff;
      --header-transparent-text-color-light: rgba(255, 255, 255, 0.3);
      --header-text-contrast-color: #fff;
      --header-transparent-text-contrast-color: #000;
    }</style>
  <header
    role="banner"
    id="top"
    class="header js-header header--not-sticky header--logo-left u-flex u-flex--middle u-flex--center header--search-enabled header--has-transparent-divider"
    data-section-id="sections--29760633995602__header"
    data-section-type="header-section"
    data-transparent-header="false"
    data-sticky-header="false"
    data-header-style="logo-left"
  >
    <div class="header__logo u-flex u-flex--middle u-flex--center">
      
        <h1 class="header__logo-wrapper js-main-logo"  >
      
      
        <a href="/"  class="header__logo-link">
          <div
            class="header__logo-ratio-box"
            style="aspect-ratio: 1.4/1"
          >
            <img
              src="//henrietteandco.com/cdn/shop/files/logo_1.png?height=190&v=1753969844"
              class="header__logo-img"
              alt="henrietteandco"
              
              width="2785"
              height="1940"
              loading="eager"
            >

            
          </div>
        </a>
      
      
        </h1>
      
    </div>

    <div
      class="header-trigger header-trigger--left mobile-draw-trigger-icon u-flex u-flex--middle js-mobile-draw-icon"
      style="display: none"
    >
      <button
        class="header-trigger__link header-trigger__link--mobile"
        aria-haspopup="dialog"
        aria-label="Menu"
        data-a11y-dialog-show="modal-main-menu"
      >
        <span
    class="icon icon--theme icon--menu"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M4 8H44M4 24H44M4 40H44" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button>
    </div>
    
      <div
        class="header-trigger header-trigger--far-right search-draw-trigger-icon u-flex u-flex--middle js-search-draw-icon"
        style="display: none"
      >
        <a
          href="/search"
          class="header-trigger__link header-trigger__link--search"
          aria-haspopup="dialog"
          aria-label="Recherche"
          data-a11y-dialog-show="modal-search"
        >
          <span
    class="icon icon--theme icon--search"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M36.2018 36.2008L43.5 43.5M41.383 23.6915C41.383 33.4622 33.4622 41.383 23.6915 41.383C13.9208 41.383 6 33.4622 6 23.6915C6 13.9208 13.9208 6 23.6915 6C33.4622 6 41.383 13.9208 41.383 23.6915Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </a>
      </div>
    
    <div
      class="header-trigger header-trigger--right cart-draw-trigger-icon u-flex u-flex--middle js-cart-draw-icon"
      style="display: none"
    >
      <cart-link><a
            href="/cart"
            class="header-trigger__link              header-trigger__link--cart              js-cart-icon"
            aria-haspopup="dialog"
            aria-label="Panier"
            
              data-a11y-dialog-show="modal-cart"
            
          >
            <span
    class="icon icon--theme icon--cart"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M5 14.4048H43V43.5H5V14.4048Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
            <div class="cart-count-bubble">
              <items-count aria-hidden="true">0</items-count>
            </div>
          </a></cart-link>
    </div>

    <div class="header-navs js-heaver-navs u-clearfix u-hidden@tab-down"><nav class="primary-nav header-navs__items js-primary-nav" role="navigation">
          <nested-menu submenu-direction="below">
            <ul class="primary-nav__items js-primary-nav-items"><li class="primary-nav__item f-family--body f-caps--true f-space--2">
                      <header-details-disclosure
                        class="mega"
                        
                        
                      >
                        <details
                          id="Details-HeaderMenu-3"
                          data-link-title="Maman 🤎"
                        >
                          <summary class="primary-nav__summary"><a
                              href="https://henrietteandco.com/collections/cadeau-personnalise-fete-des-meres"
                              class="primary-nav__link"
                              
                            >Maman 🤎</a>
                          </summary>

                          <div id="HeaderMenu-MenuList-3" class="nav__sub" tabindex="-1">
                            <div class="nav__sub-wrap"><div
                                  class="mega-panel mega-panel--alignment-left mega-panel--single-row"
                                  style="--panel-max-width: 1000px;"
                                ><div
    class="mega-panel__block              mega-panel__block--incomplete                  mega-links      mega-links--text-align-left"
    style="      --width: 80;      --per-row: 4;      --spacing: 18;    "
  >
    <ul class="mega-panel__items">
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 50ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--1"
            
          >MAISON</a>
          
            <div class="js-nav-sub-t" id="sub-t--1"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/pot-cookie-maman-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Pot à Biscuits</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/mug-maman-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Mug</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/tablier-personnalise-femme" class="list-menu__link">
                        <span class="list-menu__text">Tablier</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/manique-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Manique de cuisine</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/gourde-1-2l-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Gourde 1,2 L</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/gourde-personnalisee-maman" class="list-menu__link">
                        <span class="list-menu__text">Gourde</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/poster-personnalise-maman" class="list-menu__link">
                        <span class="list-menu__text">Poster maman</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 100ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--2"
            
          >BAGAGERIE</a>
          
            <div class="js-nav-sub-t" id="sub-t--2"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/tote-bag-maman-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Tote Bag</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/trousse-toilette-maman-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Trousse de toilette</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/cabas-personnalise-maman" class="list-menu__link">
                        <span class="list-menu__text">Cabas XXL</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 150ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--3"
            
          >TEXTILE</a>
          
            <div class="js-nav-sub-t" id="sub-t--3"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/tablier-personnalise-femme" class="list-menu__link">
                        <span class="list-menu__text">Tablier personnalisé</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/pull-personnalise-femme" class="list-menu__link">
                        <span class="list-menu__text">Pull personnalisé</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
    </ul>
  </div></div></div>
                          </div>
                        </details>
                      </header-details-disclosure>
                    </li><li class="primary-nav__item f-family--body f-caps--true f-space--2">
                      <header-details-disclosure
                        class="mega"
                        
                        
                      >
                        <details
                          id="Details-HeaderMenu-2"
                          data-link-title="Kids"
                        >
                          <summary class="primary-nav__summary"><span
                              href="#"
                              class="primary-nav__link"
                              
                            >Kids</span>
                          </summary>

                          <div id="HeaderMenu-MenuList-2" class="nav__sub" tabindex="-1">
                            <div class="nav__sub-wrap"><div
                                  class="mega-panel mega-panel--alignment-left mega-panel--single-row"
                                  style="--panel-max-width: 1000px;"
                                ><div
    class="mega-panel__block                  mega-links      mega-links--text-align-left"
    style="      --width: 60;      --per-row: 2;      --spacing: 12;    "
  >
    <ul class="mega-panel__items">
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 50ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--1"
            
          >Ecole - Crèche</a>
          
            <div class="js-nav-sub-t" id="sub-t--1"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/gourde-enfant-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Gourde Personnalisée</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/gobelet-enfant-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Gobelet Enfant</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/boite-a-gouter-enfant" class="list-menu__link">
                        <span class="list-menu__text">Boîte à Goûter</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/sac-a-doudou-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Sac à Doudou</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/sac-enfant-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Sac enfant voyage - sport</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 100ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--2"
            
          >Naissance</a>
          
            <div class="js-nav-sub-t" id="sub-t--2"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/couverture-bebe-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Couverture bébé 100*100</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/attache-tetine-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Attache tétine</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/carnet-de-sante-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Protège Carnet de santé</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/poster-personnalise-nouveau-ne" class="list-menu__link">
                        <span class="list-menu__text">Poster Enfant</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 150ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--3"
            
          >Maison</a>
          
            <div class="js-nav-sub-t" id="sub-t--3"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/trousse-enfant-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Trousse</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
    </ul>
  </div></div></div>
                          </div>
                        </details>
                      </header-details-disclosure>
                    </li><li class="primary-nav__item f-family--body f-caps--true f-space--2">
                      <header-details-disclosure
                        class="mega"
                        
                        
                      >
                        <details
                          id="Details-HeaderMenu-8"
                          data-link-title="Papa"
                        >
                          <summary class="primary-nav__summary"><a
                              href="https://henrietteandco.com/collections/cadeau-personnalise-papa"
                              class="primary-nav__link"
                              
                            >Papa</a>
                          </summary>

                          <div id="HeaderMenu-MenuList-8" class="nav__sub" tabindex="-1">
                            <div class="nav__sub-wrap"><div
                                  class="mega-panel mega-panel--alignment-left mega-panel--single-row"
                                  style="--panel-max-width: 1000px;"
                                ><div
    class="mega-panel__block              mega-panel__block--incomplete                  mega-links      mega-links--text-align-left"
    style="      --width: 80;      --per-row: 3;      --spacing: 18;    "
  >
    <ul class="mega-panel__items">
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 50ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--1"
            
          >MAISON</a>
          
            <div class="js-nav-sub-t" id="sub-t--1"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/cadeau-fete-des-peres-original" class="list-menu__link">
                        <span class="list-menu__text">Mug</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/idee-cadeau-papa-cafe" class="list-menu__link">
                        <span class="list-menu__text">Pot Café</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/gourde-personnalisee-papa" class="list-menu__link">
                        <span class="list-menu__text">Gourde</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/poster-personnalise-papa" class="list-menu__link">
                        <span class="list-menu__text">Poster Papa</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 100ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--2"
            
          >TEXTILE</a>
          
            <div class="js-nav-sub-t" id="sub-t--2"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/tablier-personnalise-homme" class="list-menu__link">
                        <span class="list-menu__text">Tablier personnalisé</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/trousse-toilette-homme-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Trousse de toilette</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/pull-personnalise-homme" class="list-menu__link">
                        <span class="list-menu__text">Pull personnalisé homme</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
    </ul>
  </div></div></div>
                          </div>
                        </details>
                      </header-details-disclosure>
                    </li><li class="primary-nav__item f-family--body f-caps--true f-space--2">
                      <header-details-disclosure
                        class="mega"
                        
                        
                      >
                        <details
                          id="Details-HeaderMenu-4"
                          data-link-title="Maitresse &amp; Atsem"
                        >
                          <summary class="primary-nav__summary"><span
                              href="#"
                              class="primary-nav__link"
                              
                            >Maitresse &amp; Atsem</span>
                          </summary>

                          <div id="HeaderMenu-MenuList-4" class="nav__sub" tabindex="-1">
                            <div class="nav__sub-wrap"><div
                                  class="mega-panel mega-panel--alignment-left mega-panel--single-row"
                                  style="--panel-max-width: 1000px;"
                                ><div
    class="mega-panel__block              mega-panel__block--incomplete                  mega-links      mega-links--text-align-left"
    style="      --width: 80;      --per-row: 4;      --spacing: 18;    "
  >
    <ul class="mega-panel__items">
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 50ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--1"
            
          >MAISON</a>
          
            <div class="js-nav-sub-t" id="sub-t--1"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/pot-cookie-maitresse-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Pot à Biscuits</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/mug-maitresse-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Mug</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/manique-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Manique de cuisine</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/gourde-personnalisee-maitresse" class="list-menu__link">
                        <span class="list-menu__text">Gourde</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 100ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--2"
            
          >BAGAGERIE</a>
          
            <div class="js-nav-sub-t" id="sub-t--2"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/tablier-maitresse-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Tablier personnalisé</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/trousse-toilette-maitresse-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Trousse de toilette</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/cabas-personnalise-maitresse-atsem-aesh" class="list-menu__link">
                        <span class="list-menu__text">Cabas XXL</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/tote-bag-maitresse-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Tote Bag</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 150ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--3"
            
          >Maitre</a>
          
            <div class="js-nav-sub-t" id="sub-t--3"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/mug-maitre" class="list-menu__link">
                        <span class="list-menu__text">Mug</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/pot-personnalise-maitre" class="list-menu__link">
                        <span class="list-menu__text">Pot</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
    </ul>
  </div></div></div>
                          </div>
                        </details>
                      </header-details-disclosure>
                    </li><li class="primary-nav__item f-family--body f-caps--true f-space--2">
                      <header-details-disclosure
                        class="mega"
                        
                        
                      >
                        <details
                          id="Details-HeaderMenu-5"
                          data-link-title="Nounou - Crèche"
                        >
                          <summary class="primary-nav__summary"><a
                              href="https://henrietteandco.com/collections/cadeau-personnalise-nounou"
                              class="primary-nav__link"
                              
                            >Nounou - Crèche</a>
                          </summary>

                          <div id="HeaderMenu-MenuList-5" class="nav__sub" tabindex="-1">
                            <div class="nav__sub-wrap"><div
                                  class="mega-panel mega-panel--alignment-left mega-panel--single-row"
                                  style="--panel-max-width: 1000px;"
                                ><div
    class="mega-panel__block              mega-panel__block--incomplete                  mega-links      mega-links--text-align-left"
    style="      --width: 80;      --per-row: 4;      --spacing: 18;    "
  >
    <ul class="mega-panel__items">
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 50ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--1"
            
          >MAISON</a>
          
            <div class="js-nav-sub-t" id="sub-t--1"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/pot-cookie-nounou-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Pot à Biscuits</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/mug-nounou-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Mug</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/manique-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Manique de cuisine</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/gourde-personnalisee-nounou" class="list-menu__link">
                        <span class="list-menu__text">Gourde</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 100ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--2"
            
          >BAGAGERIE</a>
          
            <div class="js-nav-sub-t" id="sub-t--2"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/tote-bag-nounou-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Tote bag</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/cabas-personnalise-nounou-creche" class="list-menu__link">
                        <span class="list-menu__text">Cabas XXL</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/trousse-toilette-nounou-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Trousse de toilette</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 150ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--3"
            
          >TEXTILE</a>
          
            <div class="js-nav-sub-t" id="sub-t--3"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/tablier-nounou-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Tablier personnalisé</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
    </ul>
  </div></div></div>
                          </div>
                        </details>
                      </header-details-disclosure>
                    </li><li class="primary-nav__item f-family--body f-caps--true f-space--2">
                      <header-details-disclosure
                        class="mega"
                        
                        
                      >
                        <details
                          id="Details-HeaderMenu-6"
                          data-link-title="Mamie"
                        >
                          <summary class="primary-nav__summary"><span
                              href="#"
                              class="primary-nav__link"
                              
                            >Mamie</span>
                          </summary>

                          <div id="HeaderMenu-MenuList-6" class="nav__sub" tabindex="-1">
                            <div class="nav__sub-wrap"><div
                                  class="mega-panel mega-panel--alignment-left mega-panel--single-row"
                                  style="--panel-max-width: 1000px;"
                                ><div
    class="mega-panel__block                  mega-links      mega-links--text-align-left"
    style="      --width: 80;      --per-row: 3;      --spacing: 18;    "
  >
    <ul class="mega-panel__items">
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 50ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--1"
            
          >MAISON</a>
          
            <div class="js-nav-sub-t" id="sub-t--1"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/tablier-mamie-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Tablier</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/pot-cookie-mamie-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Pot à Biscuits</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/gourde-1-2l-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Gourde 1,2 L</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/mug-mamie-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Mug</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/poster-personnalise-mamie" class="list-menu__link">
                        <span class="list-menu__text">Poster</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/manique-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Manique de cuisine</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 100ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--2"
            
          >BAGAGERIE</a>
          
            <div class="js-nav-sub-t" id="sub-t--2"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/tote-bag-mamie-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Tote Bag</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/trousse-toilette-mamie-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Trousse de toilette</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/cabas-personnalise-mamie" class="list-menu__link">
                        <span class="list-menu__text">Cabas XXL</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 150ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--3"
            
          >TEXTILE</a>
          
            <div class="js-nav-sub-t" id="sub-t--3"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/tablier-mamie-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Tablier personnalisé</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/pull-personnalise-femme" class="list-menu__link">
                        <span class="list-menu__text">Pull</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
    </ul>
  </div></div></div>
                          </div>
                        </details>
                      </header-details-disclosure>
                    </li><li class="primary-nav__item f-family--body f-caps--true f-space--2">
                      <header-details-disclosure
                        class="mega"
                        
                        
                      >
                        <details
                          id="Details-HeaderMenu-1"
                          data-link-title="Papy"
                        >
                          <summary class="primary-nav__summary"><span
                              href="#"
                              class="primary-nav__link"
                              
                            >Papy</span>
                          </summary>

                          <div id="HeaderMenu-MenuList-1" class="nav__sub" tabindex="-1">
                            <div class="nav__sub-wrap"><div
                                  class="mega-panel mega-panel--alignment-left mega-panel--single-row"
                                  style="--panel-max-width: 1000px;"
                                ><div
    class="mega-panel__block                  mega-links      mega-links--text-align-left"
    style="      --width: 60;      --per-row: 2;      --spacing: 12;    "
  >
    <ul class="mega-panel__items">
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 50ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--1"
            
          >MAISON</a>
          
            <div class="js-nav-sub-t" id="sub-t--1"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="https://henrietteandco.com/collections/mug-personnalise-papy" class="list-menu__link">
                        <span class="list-menu__text">Pot à Café</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/pot-personnalise-papy" class="list-menu__link">
                        <span class="list-menu__text">Pot</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/gourde-personnalisee-papy" class="list-menu__link">
                        <span class="list-menu__text">Gourde</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/tablier-papy-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Tablier personnalisé</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 100ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--2"
            
          >TEXTILE</a>
          
            <div class="js-nav-sub-t" id="sub-t--2"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/tablier-papy-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Tablier </span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/trousse-toilette-homme-personnalisee" class="list-menu__link">
                        <span class="list-menu__text">Trousse de toilette</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/pull-personnalise-homme" class="list-menu__link">
                        <span class="list-menu__text">Pull</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
    </ul>
  </div></div></div>
                          </div>
                        </details>
                      </header-details-disclosure>
                    </li><li class="primary-nav__item f-family--body f-caps--true f-space--2">
                      <header-details-disclosure
                        class="mega"
                        
                        
                      >
                        <details
                          id="Details-HeaderMenu-7"
                          data-link-title="Idées Cadeaux"
                        >
                          <summary class="primary-nav__summary"><span
                              href="#"
                              class="primary-nav__link"
                              
                            >Idées Cadeaux</span>
                          </summary>

                          <div id="HeaderMenu-MenuList-7" class="nav__sub" tabindex="-1">
                            <div class="nav__sub-wrap"><div
                                  class="mega-panel mega-panel--alignment-left mega-panel--single-row"
                                  style="--panel-max-width: 1000px;"
                                ><div
    class="mega-panel__block              mega-panel__block--incomplete                  mega-links      mega-links--text-align-left"
    style="      --width: 80;      --per-row: 4;      --spacing: 18;    "
  >
    <ul class="mega-panel__items">
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 50ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--1"
            
          >Personnes</a>
          
            <div class="js-nav-sub-t" id="sub-t--1"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/mug-personnalise-parrain-marraine" class="list-menu__link">
                        <span class="list-menu__text">Parrain &amp; Marraine</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/tasse-personnalisee-famille" class="list-menu__link">
                        <span class="list-menu__text">Famille</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/tasse-personnalisee-meilleure-amie" class="list-menu__link">
                        <span class="list-menu__text">Meilleures Amies</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/cadeau-personnalise-saint-valentin" class="list-menu__link">
                        <span class="list-menu__text">Couples</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/mug-personnalise-mariage" class="list-menu__link">
                        <span class="list-menu__text">Mariage &amp; Témoin</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/tasse-personnalisee-pour-collegue" class="list-menu__link">
                        <span class="list-menu__text">Collègues</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/frere" class="list-menu__link">
                        <span class="list-menu__text">Frères &amp; Soeurs</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/tonton" class="list-menu__link">
                        <span class="list-menu__text">Tonton</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/tata" class="list-menu__link">
                        <span class="list-menu__text">Tata</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/mug-personnalise-animaux" class="list-menu__link">
                        <span class="list-menu__text">Animaux</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
<li
          class="mega-panel__item has-animation mega-links__item mega-links__item--sub"
          style="animation-delay: 100ms;"
        >
          <a
            href="#"
            class="mega-links__link mega-links__link--has-children js-header-sub-t-a f-family--heading f-caps--true f-space--1"
            
              aria-expanded="false" aria-controls="sub-t--2"
            
          >Occasions</a>
          
            <div class="js-nav-sub-t" id="sub-t--2"><ul class="list-menu">
                  
                    <li class="list-menu__item">
                      <a href="/collections/cadeau-noel-personnalise" class="list-menu__link">
                        <span class="list-menu__text">Noël</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/cadeau-personnalise-saint-valentin" class="list-menu__link">
                        <span class="list-menu__text">Saint Valentin</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/cadeaux-personnalises-fete-des-grands-meres" class="list-menu__link">
                        <span class="list-menu__text">Fête des Grands-Mères</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/cadeau-personnalise-fete-des-meres" class="list-menu__link">
                        <span class="list-menu__text">Fête des Mères </span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/collections/cadeau-fete-des-peres-original" class="list-menu__link">
                        <span class="list-menu__text">Fête des Pères</span>
                      </a>
                    </li>
                  
                    <li class="list-menu__item">
                      <a href="/pages/evenements-sur-mesure" class="list-menu__link">
                        <span class="list-menu__text">Entreprise</span>
                      </a>
                    </li>
                  
                </ul></div>
          
        </li>
      
    </ul>
  </div></div></div>
                          </div>
                        </details>
                      </header-details-disclosure>
                    </li></ul>
          </nested-menu>
        </nav><nav class="secondary-nav header-navs__items js-secondary-nav">
        <div class="secondary-nav__items secondary-nav__items--icon"><ul class="secondary-nav__localize js-secondary-nav-localize"><li class="secondary-nav__item secondary-nav__item--light f-family--body f-caps--true f-space--2">
                <script src="//henrietteandco.com/cdn/shop/t/33/assets/localize-form.js?v=75789696595822143631776114282" type="module"></script><form method="post" action="/localization" id="HeaderLocalizeForm" accept-charset="UTF-8" class="localize__form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/?gad_source=1&gad_campaignid=15199228956&gclid=CjwKCAjw46HPBhAMEiwASZpLRNe6uYawD_N2aGJ3ufwF8OKFhas1WFF__ncN90mWO-xOsB8HmeLAXhoCSPgQAvD_BwE" /><header-details-disclosure>
                      <details
                        id="Details-HeaderCountrySelector"
                        aria-label="Pays"
                      >
                        <summary class="secondary-nav__link">
                          France (EUR
                          €)<span
    class="icon icon--theme icon--chevron icon--down"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                        <div
                          id="HeaderCountrySelector-MenuList"
                          class="nav__sub nav__sub--header-localize js-localize-wrapper"
                          tabindex="-1"
                        >
                          <localize-form class="nav__sub-wrap nav__sub-wrap--country">
                            <ul class="list-menu has-animation" style="animation-delay: 100ms"><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AF"
                                  >
                                    <span class="list-menu__text">Afghanistan
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="ZA"
                                  >
                                    <span class="list-menu__text">Afrique du Sud
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AL"
                                  >
                                    <span class="list-menu__text">Albanie
                                      <span class="localization-form__country"
                                        >(ALL
                                        L)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="DZ"
                                  >
                                    <span class="list-menu__text">Algérie
                                      <span class="localization-form__country"
                                        >(DZD
                                        د.ج)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="DE"
                                  >
                                    <span class="list-menu__text">Allemagne
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AD"
                                  >
                                    <span class="list-menu__text">Andorre
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AO"
                                  >
                                    <span class="list-menu__text">Angola
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AI"
                                  >
                                    <span class="list-menu__text">Anguilla
                                      <span class="localization-form__country"
                                        >(XCD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AG"
                                  >
                                    <span class="list-menu__text">Antigua-et-Barbuda
                                      <span class="localization-form__country"
                                        >(XCD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SA"
                                  >
                                    <span class="list-menu__text">Arabie saoudite
                                      <span class="localization-form__country"
                                        >(SAR
                                        ر.س)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AR"
                                  >
                                    <span class="list-menu__text">Argentine
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AM"
                                  >
                                    <span class="list-menu__text">Arménie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AW"
                                  >
                                    <span class="list-menu__text">Aruba
                                      <span class="localization-form__country"
                                        >(AWG
                                        ƒ)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AU"
                                  >
                                    <span class="list-menu__text">Australie
                                      <span class="localization-form__country"
                                        >(AUD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AT"
                                  >
                                    <span class="list-menu__text">Autriche
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AZ"
                                  >
                                    <span class="list-menu__text">Azerbaïdjan
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BS"
                                  >
                                    <span class="list-menu__text">Bahamas
                                      <span class="localization-form__country"
                                        >(BSD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BH"
                                  >
                                    <span class="list-menu__text">Bahreïn
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BD"
                                  >
                                    <span class="list-menu__text">Bangladesh
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BB"
                                  >
                                    <span class="list-menu__text">Barbade
                                      <span class="localization-form__country"
                                        >(BBD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BE"
                                  >
                                    <span class="list-menu__text">Belgique
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BZ"
                                  >
                                    <span class="list-menu__text">Belize
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BJ"
                                  >
                                    <span class="list-menu__text">Bénin
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BM"
                                  >
                                    <span class="list-menu__text">Bermudes
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BT"
                                  >
                                    <span class="list-menu__text">Bhoutan
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BY"
                                  >
                                    <span class="list-menu__text">Biélorussie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BO"
                                  >
                                    <span class="list-menu__text">Bolivie
                                      <span class="localization-form__country"
                                        >(BOB
                                        Bs.)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BA"
                                  >
                                    <span class="list-menu__text">Bosnie-Herzégovine
                                      <span class="localization-form__country"
                                        >(BAM
                                        КМ)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BW"
                                  >
                                    <span class="list-menu__text">Botswana
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BR"
                                  >
                                    <span class="list-menu__text">Brésil
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BN"
                                  >
                                    <span class="list-menu__text">Brunei
                                      <span class="localization-form__country"
                                        >(BND
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BG"
                                  >
                                    <span class="list-menu__text">Bulgarie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BF"
                                  >
                                    <span class="list-menu__text">Burkina Faso
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BI"
                                  >
                                    <span class="list-menu__text">Burundi
                                      <span class="localization-form__country"
                                        >(BIF
                                        Fr)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="KH"
                                  >
                                    <span class="list-menu__text">Cambodge
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CM"
                                  >
                                    <span class="list-menu__text">Cameroun
                                      <span class="localization-form__country"
                                        >(XAF
                                        CFA)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CA"
                                  >
                                    <span class="list-menu__text">Canada
                                      <span class="localization-form__country"
                                        >(CAD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CV"
                                  >
                                    <span class="list-menu__text">Cap-Vert
                                      <span class="localization-form__country"
                                        >(CVE
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CL"
                                  >
                                    <span class="list-menu__text">Chili
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CN"
                                  >
                                    <span class="list-menu__text">Chine
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CY"
                                  >
                                    <span class="list-menu__text">Chypre
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CO"
                                  >
                                    <span class="list-menu__text">Colombie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="KM"
                                  >
                                    <span class="list-menu__text">Comores
                                      <span class="localization-form__country"
                                        >(KMF
                                        Fr)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CG"
                                  >
                                    <span class="list-menu__text">Congo-Brazzaville
                                      <span class="localization-form__country"
                                        >(XAF
                                        CFA)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CD"
                                  >
                                    <span class="list-menu__text">Congo-Kinshasa
                                      <span class="localization-form__country"
                                        >(CDF
                                        Fr)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="KR"
                                  >
                                    <span class="list-menu__text">Corée du Sud
                                      <span class="localization-form__country"
                                        >(KRW
                                        ₩)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CR"
                                  >
                                    <span class="list-menu__text">Costa Rica
                                      <span class="localization-form__country"
                                        >(CRC
                                        ₡)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CI"
                                  >
                                    <span class="list-menu__text">Côte d’Ivoire
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="HR"
                                  >
                                    <span class="list-menu__text">Croatie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CW"
                                  >
                                    <span class="list-menu__text">Curaçao
                                      <span class="localization-form__country"
                                        >(ANG
                                        ƒ)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="DK"
                                  >
                                    <span class="list-menu__text">Danemark
                                      <span class="localization-form__country"
                                        >(DKK
                                        kr.)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="DJ"
                                  >
                                    <span class="list-menu__text">Djibouti
                                      <span class="localization-form__country"
                                        >(DJF
                                        Fdj)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="DM"
                                  >
                                    <span class="list-menu__text">Dominique
                                      <span class="localization-form__country"
                                        >(XCD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="EG"
                                  >
                                    <span class="list-menu__text">Égypte
                                      <span class="localization-form__country"
                                        >(EGP
                                        ج.م)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AE"
                                  >
                                    <span class="list-menu__text">Émirats arabes unis
                                      <span class="localization-form__country"
                                        >(AED
                                        د.إ)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="EC"
                                  >
                                    <span class="list-menu__text">Équateur
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="ER"
                                  >
                                    <span class="list-menu__text">Érythrée
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="ES"
                                  >
                                    <span class="list-menu__text">Espagne
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="EE"
                                  >
                                    <span class="list-menu__text">Estonie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SZ"
                                  >
                                    <span class="list-menu__text">Eswatini
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="VA"
                                  >
                                    <span class="list-menu__text">État de la Cité du Vatican
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="US"
                                  >
                                    <span class="list-menu__text">États-Unis
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="ET"
                                  >
                                    <span class="list-menu__text">Éthiopie
                                      <span class="localization-form__country"
                                        >(ETB
                                        Br)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="FJ"
                                  >
                                    <span class="list-menu__text">Fidji
                                      <span class="localization-form__country"
                                        >(FJD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="FI"
                                  >
                                    <span class="list-menu__text">Finlande
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item list-menu__item--active">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                      aria-current="true"
                                    
                                    data-value="FR"
                                  >
                                    <span class="list-menu__text">France
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GA"
                                  >
                                    <span class="list-menu__text">Gabon
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GM"
                                  >
                                    <span class="list-menu__text">Gambie
                                      <span class="localization-form__country"
                                        >(GMD
                                        D)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GE"
                                  >
                                    <span class="list-menu__text">Géorgie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GS"
                                  >
                                    <span class="list-menu__text">Géorgie du Sud-et-les Îles Sandwich du Sud
                                      <span class="localization-form__country"
                                        >(GBP
                                        £)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GH"
                                  >
                                    <span class="list-menu__text">Ghana
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GI"
                                  >
                                    <span class="list-menu__text">Gibraltar
                                      <span class="localization-form__country"
                                        >(GBP
                                        £)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GR"
                                  >
                                    <span class="list-menu__text">Grèce
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GD"
                                  >
                                    <span class="list-menu__text">Grenade
                                      <span class="localization-form__country"
                                        >(XCD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GL"
                                  >
                                    <span class="list-menu__text">Groenland
                                      <span class="localization-form__country"
                                        >(DKK
                                        kr.)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GP"
                                  >
                                    <span class="list-menu__text">Guadeloupe
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GT"
                                  >
                                    <span class="list-menu__text">Guatemala
                                      <span class="localization-form__country"
                                        >(GTQ
                                        Q)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GG"
                                  >
                                    <span class="list-menu__text">Guernesey
                                      <span class="localization-form__country"
                                        >(GBP
                                        £)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GN"
                                  >
                                    <span class="list-menu__text">Guinée
                                      <span class="localization-form__country"
                                        >(GNF
                                        Fr)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GQ"
                                  >
                                    <span class="list-menu__text">Guinée équatoriale
                                      <span class="localization-form__country"
                                        >(XAF
                                        CFA)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GW"
                                  >
                                    <span class="list-menu__text">Guinée-Bissau
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GY"
                                  >
                                    <span class="list-menu__text">Guyana
                                      <span class="localization-form__country"
                                        >(GYD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GF"
                                  >
                                    <span class="list-menu__text">Guyane française
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="HT"
                                  >
                                    <span class="list-menu__text">Haïti
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="HN"
                                  >
                                    <span class="list-menu__text">Honduras
                                      <span class="localization-form__country"
                                        >(HNL
                                        L)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="HU"
                                  >
                                    <span class="list-menu__text">Hongrie
                                      <span class="localization-form__country"
                                        >(HUF
                                        Ft)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CX"
                                  >
                                    <span class="list-menu__text">Île Christmas
                                      <span class="localization-form__country"
                                        >(AUD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NF"
                                  >
                                    <span class="list-menu__text">Île Norfolk
                                      <span class="localization-form__country"
                                        >(AUD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="IM"
                                  >
                                    <span class="list-menu__text">Île de Man
                                      <span class="localization-form__country"
                                        >(GBP
                                        £)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AC"
                                  >
                                    <span class="list-menu__text">Île de l’Ascension
                                      <span class="localization-form__country"
                                        >(SHP
                                        £)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="AX"
                                  >
                                    <span class="list-menu__text">Îles Åland
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="KY"
                                  >
                                    <span class="list-menu__text">Îles Caïmans
                                      <span class="localization-form__country"
                                        >(KYD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CC"
                                  >
                                    <span class="list-menu__text">Îles Cocos
                                      <span class="localization-form__country"
                                        >(AUD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CK"
                                  >
                                    <span class="list-menu__text">Îles Cook
                                      <span class="localization-form__country"
                                        >(NZD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="FO"
                                  >
                                    <span class="list-menu__text">Îles Féroé
                                      <span class="localization-form__country"
                                        >(DKK
                                        kr.)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="FK"
                                  >
                                    <span class="list-menu__text">Îles Malouines
                                      <span class="localization-form__country"
                                        >(FKP
                                        £)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PN"
                                  >
                                    <span class="list-menu__text">Îles Pitcairn
                                      <span class="localization-form__country"
                                        >(NZD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SB"
                                  >
                                    <span class="list-menu__text">Îles Salomon
                                      <span class="localization-form__country"
                                        >(SBD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TC"
                                  >
                                    <span class="list-menu__text">Îles Turques-et-Caïques
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="VG"
                                  >
                                    <span class="list-menu__text">Îles Vierges britanniques
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="UM"
                                  >
                                    <span class="list-menu__text">Îles mineures éloignées des États-Unis
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="IN"
                                  >
                                    <span class="list-menu__text">Inde
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="ID"
                                  >
                                    <span class="list-menu__text">Indonésie
                                      <span class="localization-form__country"
                                        >(IDR
                                        Rp)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="IQ"
                                  >
                                    <span class="list-menu__text">Irak
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="IE"
                                  >
                                    <span class="list-menu__text">Irlande
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="IS"
                                  >
                                    <span class="list-menu__text">Islande
                                      <span class="localization-form__country"
                                        >(ISK
                                        kr)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="IL"
                                  >
                                    <span class="list-menu__text">Israël
                                      <span class="localization-form__country"
                                        >(ILS
                                        ₪)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="IT"
                                  >
                                    <span class="list-menu__text">Italie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="JM"
                                  >
                                    <span class="list-menu__text">Jamaïque
                                      <span class="localization-form__country"
                                        >(JMD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="JP"
                                  >
                                    <span class="list-menu__text">Japon
                                      <span class="localization-form__country"
                                        >(JPY
                                        ¥)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="JE"
                                  >
                                    <span class="list-menu__text">Jersey
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="JO"
                                  >
                                    <span class="list-menu__text">Jordanie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="KZ"
                                  >
                                    <span class="list-menu__text">Kazakhstan
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="KE"
                                  >
                                    <span class="list-menu__text">Kenya
                                      <span class="localization-form__country"
                                        >(KES
                                        KSh)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="KG"
                                  >
                                    <span class="list-menu__text">Kirghizstan
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="KI"
                                  >
                                    <span class="list-menu__text">Kiribati
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="XK"
                                  >
                                    <span class="list-menu__text">Kosovo
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="KW"
                                  >
                                    <span class="list-menu__text">Koweït
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="RE"
                                  >
                                    <span class="list-menu__text">La Réunion
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="LA"
                                  >
                                    <span class="list-menu__text">Laos
                                      <span class="localization-form__country"
                                        >(LAK
                                        ₭)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="LS"
                                  >
                                    <span class="list-menu__text">Lesotho
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="LV"
                                  >
                                    <span class="list-menu__text">Lettonie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="LB"
                                  >
                                    <span class="list-menu__text">Liban
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="LR"
                                  >
                                    <span class="list-menu__text">Liberia
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="LY"
                                  >
                                    <span class="list-menu__text">Libye
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="LI"
                                  >
                                    <span class="list-menu__text">Liechtenstein
                                      <span class="localization-form__country"
                                        >(CHF
                                        CHF)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="LT"
                                  >
                                    <span class="list-menu__text">Lituanie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="LU"
                                  >
                                    <span class="list-menu__text">Luxembourg
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MK"
                                  >
                                    <span class="list-menu__text">Macédoine du Nord
                                      <span class="localization-form__country"
                                        >(MKD
                                        ден)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MG"
                                  >
                                    <span class="list-menu__text">Madagascar
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MY"
                                  >
                                    <span class="list-menu__text">Malaisie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MW"
                                  >
                                    <span class="list-menu__text">Malawi
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MV"
                                  >
                                    <span class="list-menu__text">Maldives
                                      <span class="localization-form__country"
                                        >(MVR
                                        MVR)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="ML"
                                  >
                                    <span class="list-menu__text">Mali
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MT"
                                  >
                                    <span class="list-menu__text">Malte
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MA"
                                  >
                                    <span class="list-menu__text">Maroc
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MQ"
                                  >
                                    <span class="list-menu__text">Martinique
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MU"
                                  >
                                    <span class="list-menu__text">Maurice
                                      <span class="localization-form__country"
                                        >(MUR
                                        ₨)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MR"
                                  >
                                    <span class="list-menu__text">Mauritanie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="YT"
                                  >
                                    <span class="list-menu__text">Mayotte
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MX"
                                  >
                                    <span class="list-menu__text">Mexique
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MD"
                                  >
                                    <span class="list-menu__text">Moldavie
                                      <span class="localization-form__country"
                                        >(MDL
                                        L)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MC"
                                  >
                                    <span class="list-menu__text">Monaco
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MN"
                                  >
                                    <span class="list-menu__text">Mongolie
                                      <span class="localization-form__country"
                                        >(MNT
                                        ₮)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="ME"
                                  >
                                    <span class="list-menu__text">Monténégro
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MS"
                                  >
                                    <span class="list-menu__text">Montserrat
                                      <span class="localization-form__country"
                                        >(XCD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MZ"
                                  >
                                    <span class="list-menu__text">Mozambique
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MM"
                                  >
                                    <span class="list-menu__text">Myanmar (Birmanie)
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NA"
                                  >
                                    <span class="list-menu__text">Namibie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NR"
                                  >
                                    <span class="list-menu__text">Nauru
                                      <span class="localization-form__country"
                                        >(AUD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NP"
                                  >
                                    <span class="list-menu__text">Népal
                                      <span class="localization-form__country"
                                        >(NPR
                                        Rs.)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NI"
                                  >
                                    <span class="list-menu__text">Nicaragua
                                      <span class="localization-form__country"
                                        >(NIO
                                        C$)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NE"
                                  >
                                    <span class="list-menu__text">Niger
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NG"
                                  >
                                    <span class="list-menu__text">Nigeria
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NU"
                                  >
                                    <span class="list-menu__text">Niue
                                      <span class="localization-form__country"
                                        >(NZD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NO"
                                  >
                                    <span class="list-menu__text">Norvège
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NC"
                                  >
                                    <span class="list-menu__text">Nouvelle-Calédonie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NZ"
                                  >
                                    <span class="list-menu__text">Nouvelle-Zélande
                                      <span class="localization-form__country"
                                        >(NZD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="OM"
                                  >
                                    <span class="list-menu__text">Oman
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="UG"
                                  >
                                    <span class="list-menu__text">Ouganda
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="UZ"
                                  >
                                    <span class="list-menu__text">Ouzbékistan
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PK"
                                  >
                                    <span class="list-menu__text">Pakistan
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PA"
                                  >
                                    <span class="list-menu__text">Panama
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PG"
                                  >
                                    <span class="list-menu__text">Papouasie-Nouvelle-Guinée
                                      <span class="localization-form__country"
                                        >(PGK
                                        K)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PY"
                                  >
                                    <span class="list-menu__text">Paraguay
                                      <span class="localization-form__country"
                                        >(PYG
                                        ₲)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="NL"
                                  >
                                    <span class="list-menu__text">Pays-Bas
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BQ"
                                  >
                                    <span class="list-menu__text">Pays-Bas caribéens
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PE"
                                  >
                                    <span class="list-menu__text">Pérou
                                      <span class="localization-form__country"
                                        >(PEN
                                        S/)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PH"
                                  >
                                    <span class="list-menu__text">Philippines
                                      <span class="localization-form__country"
                                        >(PHP
                                        ₱)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PL"
                                  >
                                    <span class="list-menu__text">Pologne
                                      <span class="localization-form__country"
                                        >(PLN
                                        zł)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PF"
                                  >
                                    <span class="list-menu__text">Polynésie française
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PT"
                                  >
                                    <span class="list-menu__text">Portugal
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="QA"
                                  >
                                    <span class="list-menu__text">Qatar
                                      <span class="localization-form__country"
                                        >(QAR
                                        ر.ق)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="HK"
                                  >
                                    <span class="list-menu__text">R.A.S. chinoise de Hong Kong
                                      <span class="localization-form__country"
                                        >(HKD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MO"
                                  >
                                    <span class="list-menu__text">R.A.S. chinoise de Macao
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CF"
                                  >
                                    <span class="list-menu__text">République centrafricaine
                                      <span class="localization-form__country"
                                        >(XAF
                                        CFA)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="DO"
                                  >
                                    <span class="list-menu__text">République dominicaine
                                      <span class="localization-form__country"
                                        >(DOP
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="RO"
                                  >
                                    <span class="list-menu__text">Roumanie
                                      <span class="localization-form__country"
                                        >(RON
                                        Lei)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="GB"
                                  >
                                    <span class="list-menu__text">Royaume-Uni
                                      <span class="localization-form__country"
                                        >(GBP
                                        £)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="RU"
                                  >
                                    <span class="list-menu__text">Russie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="RW"
                                  >
                                    <span class="list-menu__text">Rwanda
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="EH"
                                  >
                                    <span class="list-menu__text">Sahara occidental
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="BL"
                                  >
                                    <span class="list-menu__text">Saint-Barthélemy
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="KN"
                                  >
                                    <span class="list-menu__text">Saint-Christophe-et-Niévès
                                      <span class="localization-form__country"
                                        >(XCD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SM"
                                  >
                                    <span class="list-menu__text">Saint-Marin
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="MF"
                                  >
                                    <span class="list-menu__text">Saint-Martin
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SX"
                                  >
                                    <span class="list-menu__text">Saint-Martin (partie néerlandaise)
                                      <span class="localization-form__country"
                                        >(ANG
                                        ƒ)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PM"
                                  >
                                    <span class="list-menu__text">Saint-Pierre-et-Miquelon
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="VC"
                                  >
                                    <span class="list-menu__text">Saint-Vincent-et-les Grenadines
                                      <span class="localization-form__country"
                                        >(XCD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SH"
                                  >
                                    <span class="list-menu__text">Sainte-Hélène
                                      <span class="localization-form__country"
                                        >(SHP
                                        £)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="LC"
                                  >
                                    <span class="list-menu__text">Sainte-Lucie
                                      <span class="localization-form__country"
                                        >(XCD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SV"
                                  >
                                    <span class="list-menu__text">Salvador
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="WS"
                                  >
                                    <span class="list-menu__text">Samoa
                                      <span class="localization-form__country"
                                        >(WST
                                        T)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="ST"
                                  >
                                    <span class="list-menu__text">Sao Tomé-et-Principe
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SN"
                                  >
                                    <span class="list-menu__text">Sénégal
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="RS"
                                  >
                                    <span class="list-menu__text">Serbie
                                      <span class="localization-form__country"
                                        >(RSD
                                        РСД)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SC"
                                  >
                                    <span class="list-menu__text">Seychelles
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SL"
                                  >
                                    <span class="list-menu__text">Sierra Leone
                                      <span class="localization-form__country"
                                        >(SLL
                                        Le)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SG"
                                  >
                                    <span class="list-menu__text">Singapour
                                      <span class="localization-form__country"
                                        >(SGD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SK"
                                  >
                                    <span class="list-menu__text">Slovaquie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SI"
                                  >
                                    <span class="list-menu__text">Slovénie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SO"
                                  >
                                    <span class="list-menu__text">Somalie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SD"
                                  >
                                    <span class="list-menu__text">Soudan
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SS"
                                  >
                                    <span class="list-menu__text">Soudan du Sud
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="LK"
                                  >
                                    <span class="list-menu__text">Sri Lanka
                                      <span class="localization-form__country"
                                        >(LKR
                                        ₨)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SE"
                                  >
                                    <span class="list-menu__text">Suède
                                      <span class="localization-form__country"
                                        >(SEK
                                        kr)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CH"
                                  >
                                    <span class="list-menu__text">Suisse
                                      <span class="localization-form__country"
                                        >(CHF
                                        CHF)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SR"
                                  >
                                    <span class="list-menu__text">Suriname
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="SJ"
                                  >
                                    <span class="list-menu__text">Svalbard et Jan Mayen
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TJ"
                                  >
                                    <span class="list-menu__text">Tadjikistan
                                      <span class="localization-form__country"
                                        >(TJS
                                        ЅМ)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TW"
                                  >
                                    <span class="list-menu__text">Taïwan
                                      <span class="localization-form__country"
                                        >(TWD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TZ"
                                  >
                                    <span class="list-menu__text">Tanzanie
                                      <span class="localization-form__country"
                                        >(TZS
                                        Sh)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TD"
                                  >
                                    <span class="list-menu__text">Tchad
                                      <span class="localization-form__country"
                                        >(XAF
                                        CFA)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="CZ"
                                  >
                                    <span class="list-menu__text">Tchéquie
                                      <span class="localization-form__country"
                                        >(CZK
                                        Kč)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TF"
                                  >
                                    <span class="list-menu__text">Terres australes françaises
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="IO"
                                  >
                                    <span class="list-menu__text">Territoire britannique de l’océan Indien
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="PS"
                                  >
                                    <span class="list-menu__text">Territoires palestiniens
                                      <span class="localization-form__country"
                                        >(ILS
                                        ₪)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TH"
                                  >
                                    <span class="list-menu__text">Thaïlande
                                      <span class="localization-form__country"
                                        >(THB
                                        ฿)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TL"
                                  >
                                    <span class="list-menu__text">Timor oriental
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TG"
                                  >
                                    <span class="list-menu__text">Togo
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TK"
                                  >
                                    <span class="list-menu__text">Tokelau
                                      <span class="localization-form__country"
                                        >(NZD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TO"
                                  >
                                    <span class="list-menu__text">Tonga
                                      <span class="localization-form__country"
                                        >(TOP
                                        T$)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TT"
                                  >
                                    <span class="list-menu__text">Trinité-et-Tobago
                                      <span class="localization-form__country"
                                        >(TTD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TA"
                                  >
                                    <span class="list-menu__text">Tristan da Cunha
                                      <span class="localization-form__country"
                                        >(GBP
                                        £)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TN"
                                  >
                                    <span class="list-menu__text">Tunisie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TM"
                                  >
                                    <span class="list-menu__text">Turkménistan
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TR"
                                  >
                                    <span class="list-menu__text">Turquie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="TV"
                                  >
                                    <span class="list-menu__text">Tuvalu
                                      <span class="localization-form__country"
                                        >(AUD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="UA"
                                  >
                                    <span class="list-menu__text">Ukraine
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="UY"
                                  >
                                    <span class="list-menu__text">Uruguay
                                      <span class="localization-form__country"
                                        >(UYU
                                        $U)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="VU"
                                  >
                                    <span class="list-menu__text">Vanuatu
                                      <span class="localization-form__country"
                                        >(VUV
                                        Vt)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="VE"
                                  >
                                    <span class="list-menu__text">Venezuela
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="VN"
                                  >
                                    <span class="list-menu__text">Viêt Nam
                                      <span class="localization-form__country"
                                        >(VND
                                        ₫)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="WF"
                                  >
                                    <span class="list-menu__text">Wallis-et-Futuna
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="YE"
                                  >
                                    <span class="list-menu__text">Yémen
                                      <span class="localization-form__country"
                                        >(YER
                                        ﷼)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="ZM"
                                  >
                                    <span class="list-menu__text">Zambie
                                      <span class="localization-form__country"
                                        >(EUR
                                        €)</span
></span
>
                                  </a>
                                </li><li class="list-menu__item">
                                  <a
                                    href="#"
                                    class="list-menu__link js-localize-item"
                                    
                                    data-value="ZW"
                                  >
                                    <span class="list-menu__text">Zimbabwe
                                      <span class="localization-form__country"
                                        >(USD
                                        $)</span
></span
>
                                  </a>
                                </li></ul>
                            <input
                              type="hidden"
                              name="country_code"
                              value="FR"
                              data-localize-input
>
                          </localize-form>
                        </div>
                      </details>
                    </header-details-disclosure></form></li></ul>
          <ul class="secondary-nav__actions js-secondary-nav-actions">
            
              
                <li class="secondary-nav__item secondary-nav__item--account secondary-nav__link--icon">
                  <a
                    href="https://henrietteandco.com/customer_authentication/redirect?locale=fr&region_country=FR"
                    class="secondary-nav__link"
                    aria-label="Compte"
                  ><span
    class="icon icon--theme icon--user"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M24 26.4906C16.5805 26.4906 9.59825 28.4654 3.5 31.944V43.4906H44.5V31.944C38.4018 28.4654 31.4195 26.4906 24 26.4906Z" vector-effect="non-scaling-stroke" />
          <path d="M24 23C29.5228 23 34 18.5228 34 13C34 7.47715 29.5228 3 24 3C18.4772 3 14 7.47715 14 13C14 18.5228 18.4772 23 24 23Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
</a>
                </li>
              
            

            <li class="secondary-nav__item secondary-nav__item--cart f-family--body f-caps--true f-space--2">
              <cart-link><a
                    href="/cart"
                    class="secondary-nav__link                      secondary-nav__item--cart                      secondary-nav__link--icon"
                    aria-haspopup="dialog"
                    aria-label="Panier"
                    
                      data-a11y-dialog-show="modal-cart"
                    
                  ><span
    class="icon icon--theme icon--cart"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M5 14.4048H43V43.5H5V14.4048Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
                      <div class="cart-count-bubble">
                        <items-count aria-hidden="true">0</items-count>
                      </div></a></cart-link>
            </li>

            
              <li class="secondary-nav__item secondary-nav__item--search f-family--body f-caps--true f-space--2">
                <a
                  href="/search"
                  class="secondary-nav__link secondary-nav__link--search secondary-nav__link--icon"
                  aria-haspopup="dialog"
                  aria-label="Recherche"
                  data-a11y-dialog-show="modal-search"
                ><span
    class="icon icon--theme icon--search"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M36.2018 36.2008L43.5 43.5M41.383 23.6915C41.383 33.4622 33.4622 41.383 23.6915 41.383C13.9208 41.383 6 33.4622 6 23.6915C6 13.9208 13.9208 6 23.6915 6C33.4622 6 41.383 13.9208 41.383 23.6915Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
</a>
              </li>
            
          </ul>
        </div>
      </nav>
    </div>
  </header>
  <script>
    theme.setUpHeaderResizeObservers();
  </script>
</header-container>

<modal-dialog
  id="modal-main-menu"
  class="modal    modal--main-menu    modal--dark    has-borders"
  aria-labelledby="modal-main-menu-title"
  aria-hidden="true"
  style="--background-color: #ffffff;"
><div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="modal__content">
      <div class="drawer-nav__empty-banner"></div>
      <p id="modal-main-menu-title" class="u-hidden-visually">Menu</p>
      <button
        title="Fermer (esc)"
        type="button"
        class="modal__close modal__close--left"
        aria-label="Fermer (esc)"
        data-a11y-dialog-hide
>
        <span
    class="icon icon--theme icon--close"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button><drawer-menu>
          <nav class="drawer-nav drawer-nav--main">
            <ul class="list-menu" role="list"><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-1"
                      
                        mega-menu-block-id="image_menu_fdy3xE"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--1"
                        
                      >
                        Maman 🤎
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-1"
                        class="drawer-nav__panel"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                            <button class="drawer-nav__back" aria-label="Panneau précédent"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Maman 🤎
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-1">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        MAISON
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-1"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              MAISON
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/pot-cookie-maman-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pot à Biscuits
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/mug-maman-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Mug
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/tablier-personnalise-femme"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tablier
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/manique-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Manique de cuisine
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/gourde-1-2l-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Gourde 1,2 L
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/gourde-personnalisee-maman"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Gourde
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/poster-personnalise-maman"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Poster maman
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-2">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        BAGAGERIE
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-2"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              BAGAGERIE
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/tote-bag-maman-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tote Bag
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/trousse-toilette-maman-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Trousse de toilette
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/cabas-personnalise-maman"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Cabas XXL
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-3">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        TEXTILE
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-3"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              TEXTILE
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/tablier-personnalise-femme"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tablier personnalisé
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/pull-personnalise-femme"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pull personnalisé
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li></ul>
</div>
                      </div>
                    </details></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-2"
                      
                        mega-menu-block-id="image_menu_a7UQcp"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--1"
                        
                      >
                        Kids
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-2"
                        class="drawer-nav__panel"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                            <button class="drawer-nav__back" aria-label="Panneau précédent"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Kids
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-1">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        Ecole - Crèche
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-1"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              Ecole - Crèche
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/gourde-enfant-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Gourde Personnalisée
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/gobelet-enfant-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Gobelet Enfant
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/boite-a-gouter-enfant"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Boîte à Goûter
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/sac-a-doudou-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Sac à Doudou
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/sac-enfant-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Sac enfant voyage - sport
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-2">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        Naissance
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-2"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              Naissance
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/couverture-bebe-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Couverture bébé 100*100
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/attache-tetine-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Attache tétine
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/carnet-de-sante-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Protège Carnet de santé
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/poster-personnalise-nouveau-ne"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Poster Enfant
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-3">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        Maison
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-3"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              Maison
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/trousse-enfant-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Trousse
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li></ul>
</div>
                      </div>
                    </details></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-3"
                      
                        mega-menu-block-id="image_menu_iAJGiF"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--1"
                        
                      >
                        Papa
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-3"
                        class="drawer-nav__panel"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                            <button class="drawer-nav__back" aria-label="Panneau précédent"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Papa
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-1">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        MAISON
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-1"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              MAISON
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/cadeau-fete-des-peres-original"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Mug
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/idee-cadeau-papa-cafe"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pot Café
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/gourde-personnalisee-papa"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Gourde
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/poster-personnalise-papa"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Poster Papa
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-2">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        TEXTILE
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-2"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              TEXTILE
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/tablier-personnalise-homme"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tablier personnalisé
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/trousse-toilette-homme-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Trousse de toilette
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/pull-personnalise-homme"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pull personnalisé homme
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li></ul>
</div>
                      </div>
                    </details></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-4"
                      
                        mega-menu-block-id="image_menu_BmQ6iY"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--1"
                        
                      >
                        Maitresse &amp; Atsem
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-4"
                        class="drawer-nav__panel"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                            <button class="drawer-nav__back" aria-label="Panneau précédent"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Maitresse &amp; Atsem
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-1">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        MAISON
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-1"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              MAISON
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/pot-cookie-maitresse-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pot à Biscuits
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/mug-maitresse-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Mug
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/manique-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Manique de cuisine
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/gourde-personnalisee-maitresse"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Gourde
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-2">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        BAGAGERIE
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-2"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              BAGAGERIE
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/tablier-maitresse-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tablier personnalisé
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/trousse-toilette-maitresse-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Trousse de toilette
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/cabas-personnalise-maitresse-atsem-aesh"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Cabas XXL
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/tote-bag-maitresse-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tote Bag
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-3">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        Maitre
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-3"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              Maitre
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/mug-maitre"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Mug
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/pot-personnalise-maitre"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pot
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li></ul>
</div>
                      </div>
                    </details></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-5"
                      
                        mega-menu-block-id="image_menu_rJtfUp"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--1"
                        
                      >
                        Nounou - Crèche
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-5"
                        class="drawer-nav__panel"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                            <button class="drawer-nav__back" aria-label="Panneau précédent"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Nounou - Crèche
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-1">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        MAISON
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-1"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              MAISON
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/pot-cookie-nounou-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pot à Biscuits
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/mug-nounou-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Mug
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/manique-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Manique de cuisine
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/gourde-personnalisee-nounou"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Gourde
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-2">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        BAGAGERIE
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-2"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              BAGAGERIE
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/tote-bag-nounou-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tote bag
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/cabas-personnalise-nounou-creche"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Cabas XXL
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/trousse-toilette-nounou-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Trousse de toilette
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-3">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        TEXTILE
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-3"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              TEXTILE
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/tablier-nounou-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tablier personnalisé
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li></ul>
</div>
                      </div>
                    </details></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-6"
                      
                        mega-menu-block-id="image_menu_tVRLFT"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--1"
                        
                      >
                        Mamie
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-6"
                        class="drawer-nav__panel"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                            <button class="drawer-nav__back" aria-label="Panneau précédent"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Mamie
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-1">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        MAISON
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-1"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              MAISON
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/tablier-mamie-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tablier
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/pot-cookie-mamie-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pot à Biscuits
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/gourde-1-2l-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Gourde 1,2 L
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/mug-mamie-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Mug
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/poster-personnalise-mamie"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Poster
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/manique-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Manique de cuisine
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-2">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        BAGAGERIE
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-2"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              BAGAGERIE
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/tote-bag-mamie-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tote Bag
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/trousse-toilette-mamie-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Trousse de toilette
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/cabas-personnalise-mamie"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Cabas XXL
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-3">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        TEXTILE
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-3"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              TEXTILE
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/tablier-mamie-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tablier personnalisé
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/pull-personnalise-femme"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pull
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li></ul>
</div>
                      </div>
                    </details></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-7"
                      
                        mega-menu-block-id="image_menu_GbAM8t"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--1"
                        
                      >
                        Papy
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-7"
                        class="drawer-nav__panel"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                            <button class="drawer-nav__back" aria-label="Panneau précédent"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Papy
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-1">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        MAISON
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-1"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              MAISON
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="https://henrietteandco.com/collections/mug-personnalise-papy"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pot à Café
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/pot-personnalise-papy"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pot
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/gourde-personnalisee-papy"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Gourde
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/tablier-papy-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tablier personnalisé
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-2">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        TEXTILE
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-2"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              TEXTILE
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/tablier-papy-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tablier 
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/trousse-toilette-homme-personnalisee"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Trousse de toilette
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/pull-personnalise-homme"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Pull
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li></ul>
</div>
                      </div>
                    </details></li><li class="list-menu__item"><details
                      id="Details-menu-drawer-menu-item-8"
                      
                        mega-menu-block-id="image_menu_yQ3mFN"
                      
                    >
                      <summary
                        class="list-menu__link f-family--heading f-caps--false f-space--1"
                        
                      >
                        Idées Cadeaux
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                      <div
                        id="SidebarMenu-MenuList-8"
                        class="drawer-nav__panel"
                        tabindex="-1"
                      >
                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                            <button class="drawer-nav__back" aria-label="Panneau précédent"><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                            <div class="drawer-nav__title">
                              Idées Cadeaux
                            </div>
                          </div><ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-1">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        Personnes
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-1"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              Personnes
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/mug-personnalise-parrain-marraine"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Parrain &amp; Marraine
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/tasse-personnalisee-famille"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Famille
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/tasse-personnalisee-meilleure-amie"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Meilleures Amies
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/cadeau-personnalise-saint-valentin"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Couples
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/mug-personnalise-mariage"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Mariage &amp; Témoin
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/tasse-personnalisee-pour-collegue"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Collègues
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/frere"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Frères &amp; Soeurs
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/tonton"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tonton
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/tata"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Tata
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/mug-personnalise-animaux"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Animaux
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li><li class="list-menu__item"><details id="Details-menu-drawer-submenu-item-2">
                                      <summary class="list-menu__link f-family--heading f-caps--false f-space--1">
                                        Occasions
<span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                                      <div
                                        id="SidebarMenu-ChildMenuList-2"
                                        class="drawer-nav__panel"
                                      >
                                        <div class="drawer-nav__wrapper"><div class="drawer-nav__empty-banner"></div><div class="drawer-nav__header f-family--heading f-caps--false f-space--1">
                                            <button
                                              class="drawer-nav__back"
                                              aria-label="Panneau précédent"
                                            ><span
    class="icon icon--theme icon--chevron icon--left"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></button>
                                            <div class="drawer-nav__title">
                                              Occasions
                                            </div>
                                          </div>
                                          <ul class="list-menu" role="list" tabindex="-1"><li class="list-menu__item">
                                                <a
                                                  href="/collections/cadeau-noel-personnalise"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Noël
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/cadeau-personnalise-saint-valentin"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Saint Valentin
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/cadeaux-personnalises-fete-des-grands-meres"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Fête des Grands-Mères
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/cadeau-personnalise-fete-des-meres"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Fête des Mères 
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/collections/cadeau-fete-des-peres-original"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Fête des Pères
                                                </a>
                                              </li><li class="list-menu__item">
                                                <a
                                                  href="/pages/evenements-sur-mesure"
                                                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                                                  
                                                >
                                                  Entreprise
                                                </a>
                                              </li></ul></div>
                                      </div>
                                    </details></li></ul>
</div>
                      </div>
                    </details></li></ul>
          </nav>
        </drawer-menu><nav class="drawer-nav drawer-nav--secondary">
          <ul class="list-menu" role="list"><li class="list-menu__item">
                <a
                  href="/pages/avis"
                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                  
                >
                  Avis Clients
                </a>
              </li><li class="list-menu__item">
                <a
                  href="/pages/livraison"
                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                  
                >
                  Livraison
                </a>
              </li><li class="list-menu__item">
                <a
                  href="/pages/contact"
                  class="list-menu__link f-family--heading f-caps--false f-space--1"
                  
                >
                  Contact
                </a>
              </li></ul>
        </nav><div class="mobile-draw__footer mobile-footer">

<ul class="social-links"><li class="social-links__item">
      <a
        href="https://www.facebook.com/henrietteandco"
        class="social-links__link"
        target="_blank"
        rel="noopener"
        aria-label="Visit our facebook page"
      ><span class="icon icon--social icon--facebook">
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><title>facebook</title><path d="M47.9 24.038C47.9 10.7622 37.1772 0 23.95 0C10.7228 0 0 10.7622 0 24.038C0 35.3114 7.73249 44.7705 18.1642 47.3682V31.3837H13.2256V24.038H18.1642V20.8728C18.1642 12.691 21.8533 8.8988 29.8565 8.8988C31.3737 8.8988 33.9919 9.19735 35.0629 9.49598V16.1549C34.4975 16.0952 33.5158 16.0653 32.296 16.0653C28.3689 16.0653 26.8515 17.5583 26.8515 21.4402V24.038H34.6744L33.3306 31.3837H26.8515V47.9C38.7102 46.4625 47.9 36.328 47.9 24.038Z" /></svg>
  </span></a>
    </li><li class="social-links__item">
      <a
        href="https://www.instagram.com/henrietteandco_/"
        class="social-links__link"
        target="_blank"
        rel="noopener"
        aria-label="Visit our instagram page"
      ><span class="icon icon--social icon--instagram">
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><title>instagram</title><path d="M24 4.656C27.232 4.656 29.328 4.672 30.288 4.704C31.28 4.704 32.416 4.736 33.696 4.8C34.848 4.86398 35.776 4.992 36.48 5.184C37.152 5.34398 37.712 5.50401 38.16 5.664C38.736 5.88801 39.232 6.12801 39.648 6.384C40.064 6.672 40.496 7.02398 40.944 7.44C41.328 7.85601 41.664 8.27198 41.952 8.688C42.24 9.13598 42.496 9.648 42.72 10.224C42.88 10.608 43.04 11.152 43.2 11.856C43.36 12.528 43.472 13.456 43.536 14.64C43.568 15.888 43.6 17.024 43.632 18.048C43.664 19.04 43.68 21.152 43.68 24.384C43.68 27.552 43.664 29.632 43.632 30.624C43.6 31.648 43.568 32.784 43.536 34.032C43.472 35.216 43.36 36.144 43.2 36.816C43.04 37.52 42.88 38.064 42.72 38.448C42.496 39.024 42.24 39.536 41.952 39.984C41.664 40.4 41.328 40.816 40.944 41.232C40.496 41.68 40.064 42.048 39.648 42.336C39.232 42.592 38.736 42.832 38.16 43.056C37.712 43.216 37.152 43.376 36.48 43.536C35.776 43.728 34.848 43.84 33.696 43.872C32.416 43.936 31.28 43.968 30.288 43.968C29.328 44 27.232 44.016 24 44.016C20.8 44.016 18.704 44 17.712 43.968C16.72 43.968 15.584 43.936 14.304 43.872C13.152 43.84 12.224 43.728 11.52 43.536C10.848 43.376 10.288 43.216 9.84 43.056C9.29602 42.832 8.81602 42.592 8.4 42.336C7.95202 42.048 7.52002 41.68 7.104 41.232C6.68798 40.816 6.336 40.4 6.048 39.984C5.76 39.536 5.50402 39.04 5.28 38.496C5.12002 38.08 4.95998 37.52 4.8 36.816C4.64 36.144 4.544 35.232 4.512 34.08C4.448 32.8 4.4 31.648 4.368 30.624C4.368 29.632 4.368 27.552 4.368 24.384C4.368 21.152 4.368 19.04 4.368 18.048C4.4 17.024 4.448 15.888 4.512 14.64C4.544 13.488 4.64 12.576 4.8 11.904C4.95998 11.2 5.12002 10.64 5.28 10.224C5.50402 9.648 5.76 9.15201 6.048 8.736C6.336 8.31998 6.672 7.88798 7.056 7.44C7.50398 7.02398 7.93598 6.672 8.352 6.384C8.79998 6.12801 9.29602 5.88801 9.84 5.664C10.288 5.50401 10.848 5.34398 11.52 5.184C12.224 4.992 13.152 4.86398 14.304 4.8C15.584 4.736 16.72 4.704 17.712 4.704C18.672 4.672 20.768 4.656 24 4.656ZM24 0.335999C20.736 0.335999 18.592 0.351998 17.568 0.383999C16.544 0.383999 15.392 0.415999 14.112 0.479998C12.832 0.543996 11.728 0.671998 10.8 0.863998C9.87202 1.056 9.03998 1.312 8.304 1.632C7.47202 1.952 6.72 2.32 6.048 2.736C5.34398 3.184 4.672 3.728 4.032 4.368C3.36 5.04 2.816 5.712 2.4 6.384C1.952 7.08801 1.568 7.83998 1.248 8.64C0.96 9.408 0.72 10.256 0.528 11.184C0.336 12.08 0.208 13.168 0.144 14.448C0.0800002 15.728 0.032 16.896 0 17.952C0 18.976 0 21.12 0 24.384C0 27.616 0 29.744 0 30.768C0.032 31.824 0.0800002 32.992 0.144 34.272C0.208 35.552 0.336 36.64 0.528 37.536C0.72 38.464 0.96 39.312 1.248 40.08C1.568 40.88 1.952 41.632 2.4 42.336C2.816 43.008 3.36 43.68 4.032 44.352C4.672 44.992 5.34398 45.536 6.048 45.984C6.72 46.4 7.47202 46.768 8.304 47.088C9.03998 47.376 9.87202 47.616 10.8 47.808C11.728 48.0322 12.832 48.1762 14.112 48.24C15.392 48.3038 16.544 48.336 17.568 48.336C18.592 48.3682 20.736 48.384 24 48.384C27.264 48.384 29.408 48.3682 30.432 48.336C31.456 48.336 32.608 48.3038 33.888 48.24C35.168 48.1762 36.272 48.0322 37.2 47.808C38.128 47.616 38.96 47.376 39.696 47.088C40.496 46.768 41.232 46.4 41.904 45.984C42.608 45.536 43.296 44.992 43.968 44.352C44.64 43.68 45.184 43.008 45.6 42.336C46.048 41.632 46.432 40.88 46.752 40.08C47.008 39.312 47.248 38.464 47.472 37.536C47.664 36.64 47.776 35.552 47.808 34.272C47.872 32.992 47.92 31.824 47.952 30.768C47.952 29.744 47.952 27.616 47.952 24.384C47.952 21.12 47.952 18.976 47.952 17.952C47.92 16.896 47.872 15.728 47.808 14.448C47.776 13.168 47.664 12.08 47.472 11.184C47.248 10.256 47.008 9.408 46.752 8.64C46.432 7.872 46.048 7.13601 45.6 6.432C45.184 5.72798 44.64 5.04 43.968 4.368C43.328 3.728 42.656 3.184 41.952 2.736C41.28 2.32 40.528 1.952 39.696 1.632C38.96 1.344 38.128 1.104 37.2 0.911998C36.272 0.687996 35.168 0.543996 33.888 0.479998C32.608 0.415999 31.456 0.383999 30.432 0.383999C29.408 0.351998 27.264 0.335999 24 0.335999ZM24 12.048C22.304 12.048 20.704 12.368 19.2 13.008C17.728 13.648 16.416 14.528 15.264 15.648C14.144 16.768 13.28 18.08 12.672 19.584C12 21.088 11.664 22.688 11.664 24.384C11.664 26.048 12 27.632 12.672 29.136C13.28 30.64 14.144 31.952 15.264 33.072C16.416 34.192 17.728 35.072 19.2 35.712C20.704 36.352 22.304 36.672 24 36.672C25.696 36.672 27.296 36.352 28.8 35.712C30.272 35.072 31.584 34.192 32.736 33.072C33.856 31.952 34.72 30.64 35.328 29.136C36 27.632 36.336 26.048 36.336 24.384C36.336 22.688 36 21.088 35.328 19.584C34.72 18.08 33.856 16.768 32.736 15.648C31.584 14.528 30.272 13.648 28.8 13.008C27.296 12.368 25.696 12.048 24 12.048ZM24 32.352C21.792 32.352 19.904 31.584 18.336 30.048C16.768 28.48 15.984 26.592 15.984 24.384C15.984 22.144 16.768 20.24 18.336 18.672C19.904 17.136 21.792 16.368 24 16.368C26.208 16.368 28.096 17.136 29.664 18.672C31.232 20.24 32.016 22.144 32.016 24.384C32.016 26.592 31.232 28.48 29.664 30.048C28.096 31.584 26.208 32.352 24 32.352ZM39.696 11.568C39.696 12.336 39.424 13.008 38.88 13.584C38.304 14.128 37.616 14.4 36.816 14.4C36.016 14.4 35.344 14.128 34.8 13.584C34.224 13.008 33.936 12.336 33.936 11.568C33.936 10.768 34.224 10.08 34.8 9.504C35.344 8.928 36.016 8.64 36.816 8.64C37.616 8.64 38.304 8.928 38.88 9.504C39.424 10.08 39.696 10.768 39.696 11.568Z" /></svg>
  </span></a>
    </li><li class="social-links__item">
      <a
        href="https://www.tiktok.com/@henrietteandco"
        class="social-links__link"
        target="_blank"
        rel="noopener"
        aria-label="Visit our tiktok page"
      ><span class="icon icon--social icon--tiktok">
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><title>tiktok</title><path d="M25.056 0.00799561C26.368 0.00799561 27.68 0.00799561 28.992 0.00799561C30.304 0.00799561 31.6 0.00799561 32.88 0.00799561C32.976 1.512 33.296 3.016 33.84 4.52C34.416 5.992 35.264 7.256 36.384 8.312C37.504 9.43199 38.816 10.28 40.32 10.856C41.824 11.4 43.344 11.768 44.88 11.96V20.024C43.44 19.96 42 19.768 40.56 19.448C39.152 19.128 37.792 18.648 36.48 18.008C35.904 17.784 35.344 17.496 34.8 17.144C34.256 16.824 33.728 16.504 33.216 16.184C33.216 17.624 33.216 19.08 33.216 20.552C33.216 22.024 33.216 23.496 33.216 24.968C33.216 26.408 33.2 27.864 33.168 29.336C33.168 30.776 33.168 32.232 33.168 33.704C33.072 35.112 32.8 36.488 32.352 37.832C31.904 39.176 31.28 40.424 30.48 41.576C29.168 43.464 27.456 45 25.344 46.184C23.232 47.368 21.008 47.976 18.672 48.008C17.232 48.04 15.808 47.88 14.4 47.528C13.024 47.176 11.728 46.648 10.512 45.944C8.46398 44.728 6.78398 43.096 5.47198 41.048C4.15998 39.032 3.39198 36.84 3.16798 34.472C3.16798 33.992 3.16798 33.496 3.16798 32.984C3.13598 32.472 3.13598 31.992 3.16798 31.544C3.35998 29.624 3.90398 27.8 4.79998 26.072C5.69598 24.344 6.87998 22.856 8.35198 21.608C10.016 20.168 11.936 19.128 14.112 18.488C16.288 17.88 18.464 17.768 20.64 18.152C20.672 19.624 20.672 21.112 20.64 22.616C20.608 24.088 20.592 25.56 20.592 27.032C19.568 26.712 18.528 26.616 17.472 26.744C16.384 26.84 15.408 27.192 14.544 27.8C13.904 28.184 13.36 28.68 12.912 29.288C12.432 29.896 12.064 30.568 11.808 31.304C11.584 31.784 11.472 32.312 11.472 32.888C11.472 33.432 11.488 33.96 11.52 34.472C11.744 36.136 12.544 37.56 13.92 38.744C15.296 39.896 16.832 40.392 18.528 40.232C19.648 40.2 20.704 39.896 21.696 39.32C22.688 38.712 23.472 37.944 24.048 37.016C24.24 36.696 24.416 36.36 24.576 36.008C24.768 35.656 24.88 35.288 24.912 34.904C24.976 33.112 25.008 31.32 25.008 29.528C25.008 27.736 25.008 25.944 25.008 24.152C25.008 22.168 25.008 20.152 25.008 18.104C25.008 16.12 25.008 14.12 25.008 12.104C25.008 10.088 25.008 8.072 25.008 6.056C25.008 4.072 25.024 2.056 25.056 0.00799561Z" /></svg>
  </span></a>
    </li></ul>

      </div>

      
        
          <div class="mobile-draw__account">
            <a href="https://henrietteandco.com/customer_authentication/redirect?locale=fr&region_country=FR" class="mobile-header__link"
              ><span class="mobile-draw__icon"><span
    class="icon icon--theme icon--user"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M24 26.4906C16.5805 26.4906 9.59825 28.4654 3.5 31.944V43.4906H44.5V31.944C38.4018 28.4654 31.4195 26.4906 24 26.4906Z" vector-effect="non-scaling-stroke" />
          <path d="M24 23C29.5228 23 34 18.5228 34 13C34 7.47715 29.5228 3 24 3C18.4772 3 14 7.47715 14 13C14 18.5228 18.4772 23 24 23Z" vector-effect="non-scaling-stroke" /></svg>
  </span></span>&nbsp;Se connecter</a>
          </div>
        
      
<div class="mobile-draw__localize localize mobile-localize localize--single">
          <script src="//henrietteandco.com/cdn/shop/t/33/assets/localize-form.js?v=75789696595822143631776114282" type="module"></script><form method="post" action="/localization" id="MobileDrawerLocalizeForm" accept-charset="UTF-8" class="localize__form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization" /><input type="hidden" name="utf8" value="✓" /><input type="hidden" name="_method" value="put" /><input type="hidden" name="return_to" value="/?gad_source=1&gad_campaignid=15199228956&gclid=CjwKCAjw46HPBhAMEiwASZpLRNe6uYawD_N2aGJ3ufwF8OKFhas1WFF__ncN90mWO-xOsB8HmeLAXhoCSPgQAvD_BwE" /><details-disclosure class="localize__item__wrapper">
                <details
                  id="Details-DrawerCountrySelector"
                  aria-label="Pays"
                >
                  <summary class="localize__toggle">
                    France (EUR
                    €)<span
    class="icon icon--theme icon--chevron icon--down"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></summary>
                  <div
                    id="DrawerCountrySelector-MenuList"
                    class="localize__items nav__sub nav__sub--drawer"
                    tabindex="-1"
                  >
                    <localize-form class="nav__sub-wrap nav__sub-wrap--country">
                      <ul class="list-menu"><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AF"
                            >
                              <span class="list-menu__text">Afghanistan
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="ZA"
                            >
                              <span class="list-menu__text">Afrique du Sud
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AL"
                            >
                              <span class="list-menu__text">Albanie
                                <span class="localization-form__country"
                                  >(ALL
                                  L)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="DZ"
                            >
                              <span class="list-menu__text">Algérie
                                <span class="localization-form__country"
                                  >(DZD
                                  د.ج)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="DE"
                            >
                              <span class="list-menu__text">Allemagne
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AD"
                            >
                              <span class="list-menu__text">Andorre
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AO"
                            >
                              <span class="list-menu__text">Angola
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AI"
                            >
                              <span class="list-menu__text">Anguilla
                                <span class="localization-form__country"
                                  >(XCD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AG"
                            >
                              <span class="list-menu__text">Antigua-et-Barbuda
                                <span class="localization-form__country"
                                  >(XCD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SA"
                            >
                              <span class="list-menu__text">Arabie saoudite
                                <span class="localization-form__country"
                                  >(SAR
                                  ر.س)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AR"
                            >
                              <span class="list-menu__text">Argentine
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AM"
                            >
                              <span class="list-menu__text">Arménie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AW"
                            >
                              <span class="list-menu__text">Aruba
                                <span class="localization-form__country"
                                  >(AWG
                                  ƒ)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AU"
                            >
                              <span class="list-menu__text">Australie
                                <span class="localization-form__country"
                                  >(AUD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AT"
                            >
                              <span class="list-menu__text">Autriche
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AZ"
                            >
                              <span class="list-menu__text">Azerbaïdjan
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BS"
                            >
                              <span class="list-menu__text">Bahamas
                                <span class="localization-form__country"
                                  >(BSD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BH"
                            >
                              <span class="list-menu__text">Bahreïn
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BD"
                            >
                              <span class="list-menu__text">Bangladesh
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BB"
                            >
                              <span class="list-menu__text">Barbade
                                <span class="localization-form__country"
                                  >(BBD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BE"
                            >
                              <span class="list-menu__text">Belgique
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BZ"
                            >
                              <span class="list-menu__text">Belize
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BJ"
                            >
                              <span class="list-menu__text">Bénin
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BM"
                            >
                              <span class="list-menu__text">Bermudes
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BT"
                            >
                              <span class="list-menu__text">Bhoutan
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BY"
                            >
                              <span class="list-menu__text">Biélorussie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BO"
                            >
                              <span class="list-menu__text">Bolivie
                                <span class="localization-form__country"
                                  >(BOB
                                  Bs.)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BA"
                            >
                              <span class="list-menu__text">Bosnie-Herzégovine
                                <span class="localization-form__country"
                                  >(BAM
                                  КМ)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BW"
                            >
                              <span class="list-menu__text">Botswana
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BR"
                            >
                              <span class="list-menu__text">Brésil
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BN"
                            >
                              <span class="list-menu__text">Brunei
                                <span class="localization-form__country"
                                  >(BND
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BG"
                            >
                              <span class="list-menu__text">Bulgarie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BF"
                            >
                              <span class="list-menu__text">Burkina Faso
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BI"
                            >
                              <span class="list-menu__text">Burundi
                                <span class="localization-form__country"
                                  >(BIF
                                  Fr)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="KH"
                            >
                              <span class="list-menu__text">Cambodge
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CM"
                            >
                              <span class="list-menu__text">Cameroun
                                <span class="localization-form__country"
                                  >(XAF
                                  CFA)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CA"
                            >
                              <span class="list-menu__text">Canada
                                <span class="localization-form__country"
                                  >(CAD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CV"
                            >
                              <span class="list-menu__text">Cap-Vert
                                <span class="localization-form__country"
                                  >(CVE
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CL"
                            >
                              <span class="list-menu__text">Chili
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CN"
                            >
                              <span class="list-menu__text">Chine
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CY"
                            >
                              <span class="list-menu__text">Chypre
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CO"
                            >
                              <span class="list-menu__text">Colombie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="KM"
                            >
                              <span class="list-menu__text">Comores
                                <span class="localization-form__country"
                                  >(KMF
                                  Fr)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CG"
                            >
                              <span class="list-menu__text">Congo-Brazzaville
                                <span class="localization-form__country"
                                  >(XAF
                                  CFA)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CD"
                            >
                              <span class="list-menu__text">Congo-Kinshasa
                                <span class="localization-form__country"
                                  >(CDF
                                  Fr)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="KR"
                            >
                              <span class="list-menu__text">Corée du Sud
                                <span class="localization-form__country"
                                  >(KRW
                                  ₩)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CR"
                            >
                              <span class="list-menu__text">Costa Rica
                                <span class="localization-form__country"
                                  >(CRC
                                  ₡)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CI"
                            >
                              <span class="list-menu__text">Côte d’Ivoire
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="HR"
                            >
                              <span class="list-menu__text">Croatie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CW"
                            >
                              <span class="list-menu__text">Curaçao
                                <span class="localization-form__country"
                                  >(ANG
                                  ƒ)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="DK"
                            >
                              <span class="list-menu__text">Danemark
                                <span class="localization-form__country"
                                  >(DKK
                                  kr.)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="DJ"
                            >
                              <span class="list-menu__text">Djibouti
                                <span class="localization-form__country"
                                  >(DJF
                                  Fdj)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="DM"
                            >
                              <span class="list-menu__text">Dominique
                                <span class="localization-form__country"
                                  >(XCD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="EG"
                            >
                              <span class="list-menu__text">Égypte
                                <span class="localization-form__country"
                                  >(EGP
                                  ج.م)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AE"
                            >
                              <span class="list-menu__text">Émirats arabes unis
                                <span class="localization-form__country"
                                  >(AED
                                  د.إ)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="EC"
                            >
                              <span class="list-menu__text">Équateur
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="ER"
                            >
                              <span class="list-menu__text">Érythrée
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="ES"
                            >
                              <span class="list-menu__text">Espagne
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="EE"
                            >
                              <span class="list-menu__text">Estonie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SZ"
                            >
                              <span class="list-menu__text">Eswatini
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="VA"
                            >
                              <span class="list-menu__text">État de la Cité du Vatican
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="US"
                            >
                              <span class="list-menu__text">États-Unis
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="ET"
                            >
                              <span class="list-menu__text">Éthiopie
                                <span class="localization-form__country"
                                  >(ETB
                                  Br)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="FJ"
                            >
                              <span class="list-menu__text">Fidji
                                <span class="localization-form__country"
                                  >(FJD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="FI"
                            >
                              <span class="list-menu__text">Finlande
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item list-menu__item--active">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                                aria-current="true"
                              
                              data-value="FR"
                            >
                              <span class="list-menu__text">France
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GA"
                            >
                              <span class="list-menu__text">Gabon
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GM"
                            >
                              <span class="list-menu__text">Gambie
                                <span class="localization-form__country"
                                  >(GMD
                                  D)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GE"
                            >
                              <span class="list-menu__text">Géorgie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GS"
                            >
                              <span class="list-menu__text">Géorgie du Sud-et-les Îles Sandwich du Sud
                                <span class="localization-form__country"
                                  >(GBP
                                  £)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GH"
                            >
                              <span class="list-menu__text">Ghana
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GI"
                            >
                              <span class="list-menu__text">Gibraltar
                                <span class="localization-form__country"
                                  >(GBP
                                  £)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GR"
                            >
                              <span class="list-menu__text">Grèce
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GD"
                            >
                              <span class="list-menu__text">Grenade
                                <span class="localization-form__country"
                                  >(XCD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GL"
                            >
                              <span class="list-menu__text">Groenland
                                <span class="localization-form__country"
                                  >(DKK
                                  kr.)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GP"
                            >
                              <span class="list-menu__text">Guadeloupe
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GT"
                            >
                              <span class="list-menu__text">Guatemala
                                <span class="localization-form__country"
                                  >(GTQ
                                  Q)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GG"
                            >
                              <span class="list-menu__text">Guernesey
                                <span class="localization-form__country"
                                  >(GBP
                                  £)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GN"
                            >
                              <span class="list-menu__text">Guinée
                                <span class="localization-form__country"
                                  >(GNF
                                  Fr)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GQ"
                            >
                              <span class="list-menu__text">Guinée équatoriale
                                <span class="localization-form__country"
                                  >(XAF
                                  CFA)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GW"
                            >
                              <span class="list-menu__text">Guinée-Bissau
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GY"
                            >
                              <span class="list-menu__text">Guyana
                                <span class="localization-form__country"
                                  >(GYD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GF"
                            >
                              <span class="list-menu__text">Guyane française
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="HT"
                            >
                              <span class="list-menu__text">Haïti
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="HN"
                            >
                              <span class="list-menu__text">Honduras
                                <span class="localization-form__country"
                                  >(HNL
                                  L)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="HU"
                            >
                              <span class="list-menu__text">Hongrie
                                <span class="localization-form__country"
                                  >(HUF
                                  Ft)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CX"
                            >
                              <span class="list-menu__text">Île Christmas
                                <span class="localization-form__country"
                                  >(AUD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NF"
                            >
                              <span class="list-menu__text">Île Norfolk
                                <span class="localization-form__country"
                                  >(AUD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="IM"
                            >
                              <span class="list-menu__text">Île de Man
                                <span class="localization-form__country"
                                  >(GBP
                                  £)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AC"
                            >
                              <span class="list-menu__text">Île de l’Ascension
                                <span class="localization-form__country"
                                  >(SHP
                                  £)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="AX"
                            >
                              <span class="list-menu__text">Îles Åland
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="KY"
                            >
                              <span class="list-menu__text">Îles Caïmans
                                <span class="localization-form__country"
                                  >(KYD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CC"
                            >
                              <span class="list-menu__text">Îles Cocos
                                <span class="localization-form__country"
                                  >(AUD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CK"
                            >
                              <span class="list-menu__text">Îles Cook
                                <span class="localization-form__country"
                                  >(NZD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="FO"
                            >
                              <span class="list-menu__text">Îles Féroé
                                <span class="localization-form__country"
                                  >(DKK
                                  kr.)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="FK"
                            >
                              <span class="list-menu__text">Îles Malouines
                                <span class="localization-form__country"
                                  >(FKP
                                  £)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PN"
                            >
                              <span class="list-menu__text">Îles Pitcairn
                                <span class="localization-form__country"
                                  >(NZD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SB"
                            >
                              <span class="list-menu__text">Îles Salomon
                                <span class="localization-form__country"
                                  >(SBD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TC"
                            >
                              <span class="list-menu__text">Îles Turques-et-Caïques
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="VG"
                            >
                              <span class="list-menu__text">Îles Vierges britanniques
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="UM"
                            >
                              <span class="list-menu__text">Îles mineures éloignées des États-Unis
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="IN"
                            >
                              <span class="list-menu__text">Inde
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="ID"
                            >
                              <span class="list-menu__text">Indonésie
                                <span class="localization-form__country"
                                  >(IDR
                                  Rp)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="IQ"
                            >
                              <span class="list-menu__text">Irak
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="IE"
                            >
                              <span class="list-menu__text">Irlande
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="IS"
                            >
                              <span class="list-menu__text">Islande
                                <span class="localization-form__country"
                                  >(ISK
                                  kr)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="IL"
                            >
                              <span class="list-menu__text">Israël
                                <span class="localization-form__country"
                                  >(ILS
                                  ₪)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="IT"
                            >
                              <span class="list-menu__text">Italie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="JM"
                            >
                              <span class="list-menu__text">Jamaïque
                                <span class="localization-form__country"
                                  >(JMD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="JP"
                            >
                              <span class="list-menu__text">Japon
                                <span class="localization-form__country"
                                  >(JPY
                                  ¥)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="JE"
                            >
                              <span class="list-menu__text">Jersey
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="JO"
                            >
                              <span class="list-menu__text">Jordanie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="KZ"
                            >
                              <span class="list-menu__text">Kazakhstan
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="KE"
                            >
                              <span class="list-menu__text">Kenya
                                <span class="localization-form__country"
                                  >(KES
                                  KSh)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="KG"
                            >
                              <span class="list-menu__text">Kirghizstan
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="KI"
                            >
                              <span class="list-menu__text">Kiribati
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="XK"
                            >
                              <span class="list-menu__text">Kosovo
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="KW"
                            >
                              <span class="list-menu__text">Koweït
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="RE"
                            >
                              <span class="list-menu__text">La Réunion
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="LA"
                            >
                              <span class="list-menu__text">Laos
                                <span class="localization-form__country"
                                  >(LAK
                                  ₭)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="LS"
                            >
                              <span class="list-menu__text">Lesotho
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="LV"
                            >
                              <span class="list-menu__text">Lettonie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="LB"
                            >
                              <span class="list-menu__text">Liban
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="LR"
                            >
                              <span class="list-menu__text">Liberia
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="LY"
                            >
                              <span class="list-menu__text">Libye
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="LI"
                            >
                              <span class="list-menu__text">Liechtenstein
                                <span class="localization-form__country"
                                  >(CHF
                                  CHF)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="LT"
                            >
                              <span class="list-menu__text">Lituanie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="LU"
                            >
                              <span class="list-menu__text">Luxembourg
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MK"
                            >
                              <span class="list-menu__text">Macédoine du Nord
                                <span class="localization-form__country"
                                  >(MKD
                                  ден)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MG"
                            >
                              <span class="list-menu__text">Madagascar
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MY"
                            >
                              <span class="list-menu__text">Malaisie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MW"
                            >
                              <span class="list-menu__text">Malawi
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MV"
                            >
                              <span class="list-menu__text">Maldives
                                <span class="localization-form__country"
                                  >(MVR
                                  MVR)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="ML"
                            >
                              <span class="list-menu__text">Mali
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MT"
                            >
                              <span class="list-menu__text">Malte
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MA"
                            >
                              <span class="list-menu__text">Maroc
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MQ"
                            >
                              <span class="list-menu__text">Martinique
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MU"
                            >
                              <span class="list-menu__text">Maurice
                                <span class="localization-form__country"
                                  >(MUR
                                  ₨)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MR"
                            >
                              <span class="list-menu__text">Mauritanie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="YT"
                            >
                              <span class="list-menu__text">Mayotte
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MX"
                            >
                              <span class="list-menu__text">Mexique
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MD"
                            >
                              <span class="list-menu__text">Moldavie
                                <span class="localization-form__country"
                                  >(MDL
                                  L)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MC"
                            >
                              <span class="list-menu__text">Monaco
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MN"
                            >
                              <span class="list-menu__text">Mongolie
                                <span class="localization-form__country"
                                  >(MNT
                                  ₮)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="ME"
                            >
                              <span class="list-menu__text">Monténégro
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MS"
                            >
                              <span class="list-menu__text">Montserrat
                                <span class="localization-form__country"
                                  >(XCD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MZ"
                            >
                              <span class="list-menu__text">Mozambique
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MM"
                            >
                              <span class="list-menu__text">Myanmar (Birmanie)
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NA"
                            >
                              <span class="list-menu__text">Namibie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NR"
                            >
                              <span class="list-menu__text">Nauru
                                <span class="localization-form__country"
                                  >(AUD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NP"
                            >
                              <span class="list-menu__text">Népal
                                <span class="localization-form__country"
                                  >(NPR
                                  Rs.)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NI"
                            >
                              <span class="list-menu__text">Nicaragua
                                <span class="localization-form__country"
                                  >(NIO
                                  C$)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NE"
                            >
                              <span class="list-menu__text">Niger
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NG"
                            >
                              <span class="list-menu__text">Nigeria
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NU"
                            >
                              <span class="list-menu__text">Niue
                                <span class="localization-form__country"
                                  >(NZD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NO"
                            >
                              <span class="list-menu__text">Norvège
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NC"
                            >
                              <span class="list-menu__text">Nouvelle-Calédonie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NZ"
                            >
                              <span class="list-menu__text">Nouvelle-Zélande
                                <span class="localization-form__country"
                                  >(NZD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="OM"
                            >
                              <span class="list-menu__text">Oman
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="UG"
                            >
                              <span class="list-menu__text">Ouganda
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="UZ"
                            >
                              <span class="list-menu__text">Ouzbékistan
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PK"
                            >
                              <span class="list-menu__text">Pakistan
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PA"
                            >
                              <span class="list-menu__text">Panama
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PG"
                            >
                              <span class="list-menu__text">Papouasie-Nouvelle-Guinée
                                <span class="localization-form__country"
                                  >(PGK
                                  K)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PY"
                            >
                              <span class="list-menu__text">Paraguay
                                <span class="localization-form__country"
                                  >(PYG
                                  ₲)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="NL"
                            >
                              <span class="list-menu__text">Pays-Bas
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BQ"
                            >
                              <span class="list-menu__text">Pays-Bas caribéens
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PE"
                            >
                              <span class="list-menu__text">Pérou
                                <span class="localization-form__country"
                                  >(PEN
                                  S/)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PH"
                            >
                              <span class="list-menu__text">Philippines
                                <span class="localization-form__country"
                                  >(PHP
                                  ₱)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PL"
                            >
                              <span class="list-menu__text">Pologne
                                <span class="localization-form__country"
                                  >(PLN
                                  zł)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PF"
                            >
                              <span class="list-menu__text">Polynésie française
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PT"
                            >
                              <span class="list-menu__text">Portugal
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="QA"
                            >
                              <span class="list-menu__text">Qatar
                                <span class="localization-form__country"
                                  >(QAR
                                  ر.ق)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="HK"
                            >
                              <span class="list-menu__text">R.A.S. chinoise de Hong Kong
                                <span class="localization-form__country"
                                  >(HKD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MO"
                            >
                              <span class="list-menu__text">R.A.S. chinoise de Macao
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CF"
                            >
                              <span class="list-menu__text">République centrafricaine
                                <span class="localization-form__country"
                                  >(XAF
                                  CFA)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="DO"
                            >
                              <span class="list-menu__text">République dominicaine
                                <span class="localization-form__country"
                                  >(DOP
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="RO"
                            >
                              <span class="list-menu__text">Roumanie
                                <span class="localization-form__country"
                                  >(RON
                                  Lei)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="GB"
                            >
                              <span class="list-menu__text">Royaume-Uni
                                <span class="localization-form__country"
                                  >(GBP
                                  £)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="RU"
                            >
                              <span class="list-menu__text">Russie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="RW"
                            >
                              <span class="list-menu__text">Rwanda
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="EH"
                            >
                              <span class="list-menu__text">Sahara occidental
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="BL"
                            >
                              <span class="list-menu__text">Saint-Barthélemy
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="KN"
                            >
                              <span class="list-menu__text">Saint-Christophe-et-Niévès
                                <span class="localization-form__country"
                                  >(XCD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SM"
                            >
                              <span class="list-menu__text">Saint-Marin
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="MF"
                            >
                              <span class="list-menu__text">Saint-Martin
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SX"
                            >
                              <span class="list-menu__text">Saint-Martin (partie néerlandaise)
                                <span class="localization-form__country"
                                  >(ANG
                                  ƒ)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PM"
                            >
                              <span class="list-menu__text">Saint-Pierre-et-Miquelon
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="VC"
                            >
                              <span class="list-menu__text">Saint-Vincent-et-les Grenadines
                                <span class="localization-form__country"
                                  >(XCD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SH"
                            >
                              <span class="list-menu__text">Sainte-Hélène
                                <span class="localization-form__country"
                                  >(SHP
                                  £)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="LC"
                            >
                              <span class="list-menu__text">Sainte-Lucie
                                <span class="localization-form__country"
                                  >(XCD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SV"
                            >
                              <span class="list-menu__text">Salvador
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="WS"
                            >
                              <span class="list-menu__text">Samoa
                                <span class="localization-form__country"
                                  >(WST
                                  T)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="ST"
                            >
                              <span class="list-menu__text">Sao Tomé-et-Principe
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SN"
                            >
                              <span class="list-menu__text">Sénégal
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="RS"
                            >
                              <span class="list-menu__text">Serbie
                                <span class="localization-form__country"
                                  >(RSD
                                  РСД)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SC"
                            >
                              <span class="list-menu__text">Seychelles
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SL"
                            >
                              <span class="list-menu__text">Sierra Leone
                                <span class="localization-form__country"
                                  >(SLL
                                  Le)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SG"
                            >
                              <span class="list-menu__text">Singapour
                                <span class="localization-form__country"
                                  >(SGD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SK"
                            >
                              <span class="list-menu__text">Slovaquie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SI"
                            >
                              <span class="list-menu__text">Slovénie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SO"
                            >
                              <span class="list-menu__text">Somalie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SD"
                            >
                              <span class="list-menu__text">Soudan
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SS"
                            >
                              <span class="list-menu__text">Soudan du Sud
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="LK"
                            >
                              <span class="list-menu__text">Sri Lanka
                                <span class="localization-form__country"
                                  >(LKR
                                  ₨)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SE"
                            >
                              <span class="list-menu__text">Suède
                                <span class="localization-form__country"
                                  >(SEK
                                  kr)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CH"
                            >
                              <span class="list-menu__text">Suisse
                                <span class="localization-form__country"
                                  >(CHF
                                  CHF)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SR"
                            >
                              <span class="list-menu__text">Suriname
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="SJ"
                            >
                              <span class="list-menu__text">Svalbard et Jan Mayen
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TJ"
                            >
                              <span class="list-menu__text">Tadjikistan
                                <span class="localization-form__country"
                                  >(TJS
                                  ЅМ)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TW"
                            >
                              <span class="list-menu__text">Taïwan
                                <span class="localization-form__country"
                                  >(TWD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TZ"
                            >
                              <span class="list-menu__text">Tanzanie
                                <span class="localization-form__country"
                                  >(TZS
                                  Sh)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TD"
                            >
                              <span class="list-menu__text">Tchad
                                <span class="localization-form__country"
                                  >(XAF
                                  CFA)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="CZ"
                            >
                              <span class="list-menu__text">Tchéquie
                                <span class="localization-form__country"
                                  >(CZK
                                  Kč)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TF"
                            >
                              <span class="list-menu__text">Terres australes françaises
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="IO"
                            >
                              <span class="list-menu__text">Territoire britannique de l’océan Indien
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="PS"
                            >
                              <span class="list-menu__text">Territoires palestiniens
                                <span class="localization-form__country"
                                  >(ILS
                                  ₪)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TH"
                            >
                              <span class="list-menu__text">Thaïlande
                                <span class="localization-form__country"
                                  >(THB
                                  ฿)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TL"
                            >
                              <span class="list-menu__text">Timor oriental
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TG"
                            >
                              <span class="list-menu__text">Togo
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TK"
                            >
                              <span class="list-menu__text">Tokelau
                                <span class="localization-form__country"
                                  >(NZD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TO"
                            >
                              <span class="list-menu__text">Tonga
                                <span class="localization-form__country"
                                  >(TOP
                                  T$)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TT"
                            >
                              <span class="list-menu__text">Trinité-et-Tobago
                                <span class="localization-form__country"
                                  >(TTD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TA"
                            >
                              <span class="list-menu__text">Tristan da Cunha
                                <span class="localization-form__country"
                                  >(GBP
                                  £)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TN"
                            >
                              <span class="list-menu__text">Tunisie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TM"
                            >
                              <span class="list-menu__text">Turkménistan
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TR"
                            >
                              <span class="list-menu__text">Turquie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="TV"
                            >
                              <span class="list-menu__text">Tuvalu
                                <span class="localization-form__country"
                                  >(AUD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="UA"
                            >
                              <span class="list-menu__text">Ukraine
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="UY"
                            >
                              <span class="list-menu__text">Uruguay
                                <span class="localization-form__country"
                                  >(UYU
                                  $U)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="VU"
                            >
                              <span class="list-menu__text">Vanuatu
                                <span class="localization-form__country"
                                  >(VUV
                                  Vt)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="VE"
                            >
                              <span class="list-menu__text">Venezuela
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="VN"
                            >
                              <span class="list-menu__text">Viêt Nam
                                <span class="localization-form__country"
                                  >(VND
                                  ₫)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="WF"
                            >
                              <span class="list-menu__text">Wallis-et-Futuna
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="YE"
                            >
                              <span class="list-menu__text">Yémen
                                <span class="localization-form__country"
                                  >(YER
                                  ﷼)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="ZM"
                            >
                              <span class="list-menu__text">Zambie
                                <span class="localization-form__country"
                                  >(EUR
                                  €)</span
></span
>
                            </a>
                          </li><li class="list-menu__item">
                            <a
                              href="#"
                              class="list-menu__link js-localize-item"
                              
                              data-value="ZW"
                            >
                              <span class="list-menu__text">Zimbabwe
                                <span class="localization-form__country"
                                  >(USD
                                  $)</span
></span
>
                            </a>
                          </li></ul>
                      <input
                        type="hidden"
                        name="country_code"
                        value="FR"
                        data-localize-input
>
                    </localize-form>
                  </div>
                </details>
              </details-disclosure></form></div></div>
  </div>
</modal-dialog>


</div>
<!-- END sections: header-group -->

      <!-- BEGIN sections: popup-group -->

<!-- END sections: popup-group -->

      <div class="main" id="main">
        <div id="shopify-section-template--29760633373010__section-slideshow" class="shopify-section js-section__home-slider">
  
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-media-carousel.css?v=135211285098920206201776114250" rel="stylesheet" type="text/css" media="all" />
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-slideshow.css?v=51069538544494498521776114321" rel="stylesheet" type="text/css" media="all" />
  
<style>
    /* Loading states */
    .home-carousel.is-loading {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
    }
    .home-carousel.is-loading media-carousel-slider {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }
    .home-carousel.is-loading::before {
      content: '';
      display: block;
      float: left;
      position: relative;
      width: 100%;
    }
    .home-carousel.home-carousel--small.is-loading::before {
      padding-bottom: 40%;
    }
    .home-carousel.home-carousel--medium.is-loading::before {
      padding-bottom: 50%;
    }
    .home-carousel.home-carousel--large.is-loading::before {
      padding-bottom: 62.5%;
    }
    .home-carousel.home-carousel--full-screen.is-loading::before {
      height: calc(
        var(--window-height) - var(--announcement-height) - var(--utility-height) - var(--header-section-height)
      );
      min-height: 400px;
    }
    .home-carousel.is-loading media-carousel-slide:not(:first-of-type) {
      display: none;
    }
    .home-carousel.is-loading .home-carousel__nav {
      display: none;
    }
    @media screen and (max-width: 767px) {
      .home-carousel.home-carousel--small-mobile.is-loading::before {
        padding-bottom: 100%;
      }
      .home-carousel.home-carousel--medium-mobile.is-loading::before {
        padding-bottom: 125%;
      }
      .home-carousel.home-carousel--large-mobile.is-loading::before {
        padding-bottom: 140%;
      }
      .home-carousel.home-carousel--portrait-mobile.is-loading::before {
        padding-bottom: 178%;
      }
      .home-carousel.home-carousel--full-screen-mobile.is-loading::before {
        height: calc(var(--window-height) - var(--announcement-height) - var(--header-section-height));
        min-height: 400px;
      }
    }
    body[data-anim-zoom='true'] .home-carousel__bg {
      transform: scale(1.1);
    }
  </style>
  <section
    class="section      section--template--29760633373010__section-slideshow       section--full section--full-mobile               section--mb-0"
    data-section-id="template--29760633373010__section-slideshow"
    data-section-type="home-carousel"
    style="      --color-text: #111111;      --color-heading: #111111;          "
  >
    
<link rel="modulepreload" href="//henrietteandco.com/cdn/shop/t/33/assets/media-carousel.js?v=12222133334966484241776114284">
      <link rel="modulepreload" href="//henrietteandco.com/cdn/shop/t/33/assets/swiper.lib.js?v=48279487643619135031776114328"><script src="//henrietteandco.com/cdn/shop/t/33/assets/media-carousel.js?v=12222133334966484241776114284" type="module"></script>
    <media-carousel
      class="home-carousel        home-carousel--solid        home-carousel--title-1                  home-carousel--full                          home-carousel--single-slide                home-carousel--small        home-carousel--small-mobile        is-loading"
      data-fade="true"
      data-speed="400"
      data-space-between="0"
      data-loop="true"
      
      
      style="        --background-color: #ffffff;        --bullet-color: #fff;        --swiper-pagination-color: #9e7857;      "
    ><media-carousel-preview-image><div
                class="home-carousel__item-wrapper                  home-carousel__item-wrapper--section-slideshow-0                  home-carousel__item-wrapper--small                  home-carousel__item-wrapper--small-mobile                  o-ratio"
              >
                <div
                  class="o-ratio__content home-carousel__item home-carousel__item--image home-carousel__item--section-slideshow-0 home-carousel__item--middle home-carousel__item--left"
                >
                    
                        <picture>
                          <source
                            
                              srcset="//henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=180 180w 180h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=360 360w 360h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=540 540w 540h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=720 720w 720h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=900 900w 900h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=1080 1080w 1080h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=1296 1296w 1296h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=1512 1512w 1512h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=1728 1728w 1728h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=1950 1950w 1950h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=2100 2100w 2100h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=2260 2260w 2260h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=2450 2450w 2450h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=2700 2700w 2700h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=3000 3000w 3000h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=3350 3350w 3350h,      //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228  3500w 3500h"
                            
                            media="all and (max-width: 767px)"
                          >
                          <source
                            srcset="//henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=180 180w 65h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=360 360w 131h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=540 540w 196h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=720 720w 262h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=900 900w 327h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=1080 1080w 393h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=1296 1296w 471h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=1512 1512w 550h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=1728 1728w 628h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=1950 1950w 709h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=2100 2100w 764h,                //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212  2200w 800h"
                            media="all and (min-width: 768px)"
                          >

<image-skeleton
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewbox="0 0 600 600"
    width="600"
    height="600"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="600" height="600"></rect>
  </svg>
</image-skeleton>
<img
                            class="home-carousel__bg home-carousel__bg--template--29760633373010__section-slideshow--0"
                            src="//henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=600"
                            width="600"
                            height="218"
                            alt=""
                            loading="eager"
                            fetchpriority="high"
                            style="                              --image-position: 50.0% 50.0%;                              --image-position-mobile:  50.0% 50.0%;                            "
                          >
                        </picture>

                    
                  
                  <div
                    class="home-carousel__bg--overlay u-bg-contain u-bg-overlay"
                    style="                      --overlay-color: #000000;                      --overlay-opacity: 0.0;                    "
                  ></div>
                </div>
              </div></media-carousel-preview-image>
      <media-carousel-slider class="swiper">
        <media-carousel-wrapper class="swiper-wrapper">
<media-carousel-slide class="swiper-slide">
            <div
              class="home-carousel__item-wrapper                home-carousel__item-wrapper--section-slideshow-0                home-carousel__item-wrapper--small                home-carousel__item-wrapper--small-mobile                o-ratio"
              
            >
              <div
                class="o-ratio__content home-carousel__item home-carousel__item--image home-carousel__item--section-slideshow-0 home-carousel__item--middle home-carousel__item--left"
                data-slide-id="0"
              >
                  
                    <div class="home-carousel__bg-wrapper">
                      <div class="theme-spinner theme-spinner--white"></div>
                      <picture>
                        <source
                          
                            srcset="//henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=180 180w 180h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=360 360w 360h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=540 540w 540h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=720 720w 720h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=900 900w 900h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=1080 1080w 1080h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=1296 1296w 1296h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=1512 1512w 1512h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=1728 1728w 1728h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=1950 1950w 1950h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=2100 2100w 2100h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=2260 2260w 2260h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=2450 2450w 2450h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=2700 2700w 2700h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=3000 3000w 3000h,  //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228&width=3350 3350w 3350h,      //henrietteandco.com/cdn/shop/files/NOUVEAU_DESIGN_10.png?v=1776330228  3500w 3500h"
                          
                          media="all and (max-width: 767px)"
                        >
                        <source
                          srcset="//henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=180 180w 65h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=360 360w 131h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=540 540w 196h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=720 720w 262h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=900 900w 327h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=1080 1080w 393h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=1296 1296w 471h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=1512 1512w 550h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=1728 1728w 628h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=1950 1950w 709h,  //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=2100 2100w 764h,                //henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212  2200w 800h"
                          media="all and (min-width: 768px)"
                        >

<image-skeleton
  
>
  <span class="visually-hidden">Loading image: </span>
  <svg
    id="visual"
    viewbox="0 0 600 600"
    width="600"
    height="600"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="600" height="600"></rect>
  </svg>
</image-skeleton>
<img
                          class="home-carousel__bg home-carousel__bg--template--29760633373010__section-slideshow--0"
                          src="//henrietteandco.com/cdn/shop/files/PC_BANNER_5_be26ea82-a56e-483c-b6ee-75ed33e3451f.png?v=1776330212&width=600"
                          width="600"
                          height="218"
                          alt=""
                          loading="eager"
                          fetchpriority="high"
                          style="                            --image-position: 50.0% 50.0%;                            --image-position-mobile: 50.0% 50.0%;                          "
                        >
                      </picture>

                      <div
                        class="home-carousel__bg--overlay u-bg-contain u-bg-overlay"
                        style="                          --overlay-color: #000000;                          --overlay-opacity: 0.0;                        "
                      ></div>
                    </div>

                  
                

                
              </div>
            </div>
          </media-carousel-slide>

        
</media-carousel-wrapper>
      </media-carousel-slider></media-carousel>

    

  </section>





</div><div id="shopify-section-template--29760633373010__section_scrolling_text_fzTntG" class="shopify-section js-section__scrolling-text">
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-scrolling-text.css?v=162402415327631775181776114320" rel="stylesheet" type="text/css" media="all" />
  

  
  <style type="text/css">
    .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling-text__bg:before {
      
    }
    .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling-text__bg {
      background-color: #9e7857;
      
        background: ;
      
    }

    .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling-text__bg-overlay {
      
    }

    .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling__text,
    .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling__text a {
      color: #ffffff;
      font-size: 1.15rem;
      letter-spacing: 0px;
      
      
    }

    .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling__text.rte a {
      border-color: #ffffff;
    }

    .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling__icon {
      font-size: 2.25rem;
      width: auto;
    }

    .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling__icon:has(.icon--separator) {
      font-size: 3.45rem;
      width: auto;
      margin: 0 -3.45px;
    }

    .section--template--29760633373010__section_scrolling_text_fzTntG .marquee {
      
      --scrolling-text-gap-desk: 2.04rem;
      --gap-desk: var(--scrolling-text-gap-desk);
      gap: var(--gap-desk);
    }
    .section--template--29760633373010__section_scrolling_text_fzTntG .marquee__content {
      gap: var(--gap-desk);
    }

    @media screen and (max-width: 767px) {
      .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling__text,
      .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling__text a {
        font-size: 1.15rem;
      }
      .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling__icon {
        font-size: 1.5rem;
        width: auto;
      }
      .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling__icon:has(.icon--separator) {
        font-size: 2.3rem;
        width: auto;
        margin: 0 -2.3px;
      }
      .section--template--29760633373010__section_scrolling_text_fzTntG .scrolling-text__bg {
      
      }
      .section--template--29760633373010__section_scrolling_text_fzTntG .marquee {
        
        --scrolling-text-gap-mob: 2.03rem;
        --gap-mob: var(--scrolling-text-gap-mob);
        gap: var(--gap-mob);
      }
      .section--template--29760633373010__section_scrolling_text_fzTntG .marquee__content {
        gap: var(--gap-mob);
      }
    }
    
  </style>

  <section
    class="section      section--template--29760633373010__section_scrolling_text_fzTntG                        section--mb-0"
  >
    <scrolling-marquee
      id="scrolling-marquee--template--29760633373010__section_scrolling_text_fzTntG"
      marquee-speed="5"
      role="marquee"
      aria-label="Scrolling Text"
      tabindex="0"
    >
      <div class="container container--full container--p-0">
        <div
          class="scrolling-text__bg"
        >
          <div
            class="scrolling-text__bg-overlay              section--padded"
            style="              --space-top: 30px;              --space-bottom: 30px            "
          >
            <div
              
            >
              <div class="marquee">
                
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="false" tabindex="0"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul>
                  <ul
                    class="marquee__content  marquee--pause"
                    role="list"
                    
                      aria-hidden="true" tabindex="-1"
                    
                  ><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_ftp8Lh"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>Livraison OFFERTE dès 55€</span>
                              </div></li><li class="marquee-icon" >
                            
<div class="scrolling__icon  block--icon_QiKTzw"><span
    class="icon icon--selection icon--icon-love-it"
    
      style="--color: #ffffff; "
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


</div>
                          </li><li
                            class="marquee-text"
                            
                            role="listitem"
                          ><div
                                class="scrolling__text scrolling__text--heading                                   scrolling__text--bold"
                              >
                                <span>-40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</span>
                              </div></li></ul></div>
            </div>
          </div>
        </div>
      </div>
    </scrolling-marquee>

    <script src="//henrietteandco.com/cdn/shop/t/33/assets/scrolling-marquee.js?v=72089939996385568461776114302" type="module"></script>
  </section>
</div><div id="shopify-section-template--29760633373010__section_collection_q8CgDn" class="shopify-section js-section__featured-collections">

  <link
    rel="stylesheet"
    href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308" rel="stylesheet" type="text/css" media="all" />
  </noscript><link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465"
      media="print"
      onload="this.media='all'"
    >
    <link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465" rel="stylesheet" type="text/css" media="all" />
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330" rel="stylesheet" type="text/css" media="all" />
    </noscript>
<section
  class="section    section--template--29760633373010__section_collection_q8CgDn    section--featured-collections         section--has-link"
  data-section-id="template--29760633373010__section_collection_q8CgDn"
  data-section-type="featured-collections"
>
  <div
    class="section__content section__content--padded"
    style="      --space-top: 0px;      --space-bottom: 0px    "
  >
    <div class="container container--large u-ph+@mob"><div
          class="section__title            js-animate-single            section__title--center             section__title--desc"
          data-animation-displacement="5"
        ><div
              class="section__title-desc rte js-animate-single"
              data-animation-displacement="0"
              data-animation-delay="0.1"
            >
              <h2>Trousse de toilette personnalisée</h2>
            </div></div></div><style>.section--template--29760633373010__section_collection_q8CgDn [data-items] {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: hidden;
      }

      .section--template--29760633373010__section_collection_q8CgDn [data-items] > * {
        flex-shrink: 0;
        flex-grow: 0;
      }
</style><link
        rel="stylesheet"
        href="//henrietteandco.com/cdn/shop/t/33/assets/component-tabbed-content.css?v=139149231608286659581776114255"
        media="print"
        onload="this.media='all'"
      >
      <noscript>
        <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-tabbed-content.css?v=139149231608286659581776114255" rel="stylesheet" type="text/css" media="all" />
      </noscript>
      <tabbed-content align-items="center"><div class="tab-triggers__wrapper container--large u-ph0@mob">
          <tab-triggers
            role="tablist"
            
          ><button
                type="button"
                role="tab"
                aria-controls="tab-panel-collection_4weNkP"
                id="tab-collection_4weNkP"
                
                  aria-selected="true"
                  tabindex="0"
                
                
                
                  data-update-link="/collections/trousse-de-toilette-personnalisee"
                
                
              >Maman</button><button
                type="button"
                role="tab"
                aria-controls="tab-panel-collection_mCHFi4"
                id="tab-collection_mCHFi4"
                
                  aria-selected="false"
                  tabindex="-1"
                
                
                
                  data-update-link="/collections/trousse-toilette-maitresse-personnalisee"
                
                
              >Maîtresse</button><button
                type="button"
                role="tab"
                aria-controls="tab-panel-collection_8PbAUE"
                id="tab-collection_8PbAUE"
                
                  aria-selected="false"
                  tabindex="-1"
                
                
                
                  data-update-link="/collections/trousse-de-toilette-personnalisee"
                
                
              >Vos préférés</button></tab-triggers>
        </div><tab-panel
          id="tab-panel-collection_4weNkP"
          role="tabpanel"
          aria-labelledby="tab-collection_4weNkP"
          tabindex="0"
          
        ><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="10725893472594"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-leo"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse léo"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse léo – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=300&amp;v=1776329626&amp;width=300" alt="Trousse léo – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=180&amp;v=1776329626&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=360&amp;v=1776329626&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=540&amp;v=1776329626&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=720&amp;v=1776329626&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=900&amp;v=1776329626&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=1080&amp;v=1776329626&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=1296&amp;v=1776329626&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=1512&amp;v=1776329626&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=2048&amp;v=1776329626&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-leo"
      class="product-card__link"
      
        title="Trousse léo"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse léo</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-leo"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse léo"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>24,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10725892227410"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/summer"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Summer"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Summer – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=300&amp;v=1776329589&amp;width=300" alt="Summer – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=180&amp;v=1776329589&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=360&amp;v=1776329589&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=540&amp;v=1776329589&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=720&amp;v=1776329589&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=900&amp;v=1776329589&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=1080&amp;v=1776329589&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=1296&amp;v=1776329589&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=1512&amp;v=1776329589&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=2048&amp;v=1776329589&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/summer"
      class="product-card__link"
      
        title="Summer"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Summer</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/summer"
        class="product-card__link"
        tabindex="-1"
        
          title="Summer"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>24,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10725891703122"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-coeurs"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse coeurs"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse coeurs – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=300&amp;v=1776329570&amp;width=300" alt="Trousse coeurs – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=180&amp;v=1776329570&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=360&amp;v=1776329570&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=540&amp;v=1776329570&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=720&amp;v=1776329570&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=900&amp;v=1776329570&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=1080&amp;v=1776329570&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=1296&amp;v=1776329570&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=1512&amp;v=1776329570&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=2048&amp;v=1776329570&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-coeurs"
      class="product-card__link"
      
        title="Trousse coeurs"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse coeurs</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-coeurs"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse coeurs"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>24,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992817639762"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/best-mummy"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Best mummy"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Best mummy – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=300&amp;v=1770060611&amp;width=300" alt="Best mummy – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=180&amp;v=1770060611&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=360&amp;v=1770060611&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=540&amp;v=1770060611&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=720&amp;v=1770060611&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=900&amp;v=1770060611&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=1080&amp;v=1770060611&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=1296&amp;v=1770060611&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=1512&amp;v=1770060611&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=2048&amp;v=1770060611&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/best-mummy"
      class="product-card__link"
      
        title="Best mummy"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Best mummy</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/best-mummy"
        class="product-card__link"
        tabindex="-1"
        
          title="Best mummy"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10052066967890"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/jolie"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Jolie"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Jolie – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=300&amp;v=1770668483&amp;width=300" alt="Jolie – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=180&amp;v=1770668483&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=360&amp;v=1770668483&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=540&amp;v=1770668483&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=720&amp;v=1770668483&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=900&amp;v=1770668483&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=1080&amp;v=1770668483&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=1296&amp;v=1770668483&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=1512&amp;v=1770668483&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=2048&amp;v=1770668483&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/jolie"
      class="product-card__link"
      
        title="Jolie"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Jolie</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/jolie"
        class="product-card__link"
        tabindex="-1"
        
          title="Jolie"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992816755026"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/little-heart"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Little heart"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Little heart – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=300&amp;v=1770059426&amp;width=300" alt="Little heart – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=180&amp;v=1770059426&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=360&amp;v=1770059426&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=540&amp;v=1770059426&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=720&amp;v=1770059426&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=900&amp;v=1770059426&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=1080&amp;v=1770059426&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=1296&amp;v=1770059426&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=1512&amp;v=1770059426&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=2048&amp;v=1770059426&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/little-heart"
      class="product-card__link"
      
        title="Little heart"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Little heart</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/little-heart"
        class="product-card__link"
        tabindex="-1"
        
          title="Little heart"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568061878610"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-votre-texte"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - Votre texte"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - Votre texte – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=300&amp;v=1770064972&amp;width=300" alt="Trousse - Votre texte – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=180&amp;v=1770064972&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=360&amp;v=1770064972&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=540&amp;v=1770064972&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=720&amp;v=1770064972&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=900&amp;v=1770064972&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=1080&amp;v=1770064972&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=1296&amp;v=1770064972&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=1512&amp;v=1770064972&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=2048&amp;v=1770064972&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-votre-texte"
      class="product-card__link"
      
        title="Trousse - Votre texte"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - Votre texte</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-votre-texte"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - Votre texte"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10393741263186"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/coeur-ruban"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Coeur ruban"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Coeur ruban – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/694515eb046ad_3a1ef5e3-fadf-41f3-87cb-3c6c5f5c2a68.webp?crop=center&amp;height=300&amp;v=1770047666&amp;width=300" alt="Coeur ruban – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/694515eb046ad_3a1ef5e3-fadf-41f3-87cb-3c6c5f5c2a68.webp?crop=center&amp;height=180&amp;v=1770047666&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/694515eb046ad_3a1ef5e3-fadf-41f3-87cb-3c6c5f5c2a68.webp?crop=center&amp;height=360&amp;v=1770047666&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/694515eb046ad_3a1ef5e3-fadf-41f3-87cb-3c6c5f5c2a68.webp?crop=center&amp;height=540&amp;v=1770047666&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/694515eb046ad_3a1ef5e3-fadf-41f3-87cb-3c6c5f5c2a68.webp?crop=center&amp;height=720&amp;v=1770047666&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/694515eb046ad_3a1ef5e3-fadf-41f3-87cb-3c6c5f5c2a68.webp?crop=center&amp;height=900&amp;v=1770047666&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/694515eb046ad_3a1ef5e3-fadf-41f3-87cb-3c6c5f5c2a68.webp?crop=center&amp;height=1080&amp;v=1770047666&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/694515eb046ad_3a1ef5e3-fadf-41f3-87cb-3c6c5f5c2a68.webp?crop=center&amp;height=1296&amp;v=1770047666&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/694515eb046ad_3a1ef5e3-fadf-41f3-87cb-3c6c5f5c2a68.webp?crop=center&amp;height=1512&amp;v=1770047666&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/694515eb046ad_3a1ef5e3-fadf-41f3-87cb-3c6c5f5c2a68.webp?crop=center&amp;height=2048&amp;v=1770047666&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/coeur-ruban"
      class="product-card__link"
      
        title="Coeur ruban"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Coeur ruban</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/coeur-ruban"
        class="product-card__link"
        tabindex="-1"
        
          title="Coeur ruban"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992816492882"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/ily-mama"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="ILY mama"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: ILY mama – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=300&amp;v=1770060172&amp;width=300" alt="ILY mama – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=180&amp;v=1770060172&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=360&amp;v=1770060172&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=540&amp;v=1770060172&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=720&amp;v=1770060172&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=900&amp;v=1770060172&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=1080&amp;v=1770060172&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=1296&amp;v=1770060172&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=1512&amp;v=1770060172&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=2048&amp;v=1770060172&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/ily-mama"
      class="product-card__link"
      
        title="ILY mama"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>ILY mama</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/ily-mama"
        class="product-card__link"
        tabindex="-1"
        
          title="ILY mama"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568075870546"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-amour"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - amour"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - amour – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=300&amp;v=1770065294&amp;width=300" alt="Trousse - amour – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=180&amp;v=1770065294&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=360&amp;v=1770065294&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=540&amp;v=1770065294&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=720&amp;v=1770065294&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=900&amp;v=1770065294&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=1080&amp;v=1770065294&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=1200&amp;v=1770065294&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-amour"
      class="product-card__link"
      
        title="Trousse - amour"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - amour</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-amour"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - amour"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10035651182930"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/mama-love"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="mama love"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: mama love – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=300&amp;v=1770058422&amp;width=300" alt="mama love – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=180&amp;v=1770058422&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=360&amp;v=1770058422&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=540&amp;v=1770058422&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=720&amp;v=1770058422&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=900&amp;v=1770058422&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=1080&amp;v=1770058422&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=1296&amp;v=1770058422&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=1512&amp;v=1770058422&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=2048&amp;v=1770058422&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/mama-love"
      class="product-card__link"
      
        title="mama love"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>mama love</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/mama-love"
        class="product-card__link"
        tabindex="-1"
        
          title="mama love"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568014168402"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-leopard"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - Léopard"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - Léopard – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=300&amp;v=1770063985&amp;width=300" alt="Trousse - Léopard – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=180&amp;v=1770063985&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=360&amp;v=1770063985&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=540&amp;v=1770063985&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=720&amp;v=1770063985&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=900&amp;v=1770063985&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=1080&amp;v=1770063985&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=1296&amp;v=1770063985&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=1512&amp;v=1770063985&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=2048&amp;v=1770063985&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-leopard"
      class="product-card__link"
      
        title="Trousse - Léopard"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - Léopard</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-leopard"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - Léopard"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10051943956818"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/mumy"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mumy"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mumy – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/681201897a79c.webp?crop=center&amp;height=300&amp;v=1770059734&amp;width=300" alt="Mumy – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/681201897a79c.webp?crop=center&amp;height=180&amp;v=1770059734&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/681201897a79c.webp?crop=center&amp;height=360&amp;v=1770059734&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/681201897a79c.webp?crop=center&amp;height=540&amp;v=1770059734&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/681201897a79c.webp?crop=center&amp;height=720&amp;v=1770059734&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/681201897a79c.webp?crop=center&amp;height=900&amp;v=1770059734&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/681201897a79c.webp?crop=center&amp;height=1080&amp;v=1770059734&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/681201897a79c.webp?crop=center&amp;height=1296&amp;v=1770059734&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/681201897a79c.webp?crop=center&amp;height=1512&amp;v=1770059734&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/681201897a79c.webp?crop=center&amp;height=2048&amp;v=1770059734&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/mumy"
      class="product-card__link"
      
        title="Mumy"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mumy</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/mumy"
        class="product-card__link"
        tabindex="-1"
        
          title="Mumy"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992816197970"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/poussins"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Poussins"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Poussins – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67db1356e748e_large_424919a5-e275-4f65-a417-b6871ed5678c.webp?crop=center&amp;height=300&amp;v=1770059563&amp;width=300" alt="Poussins – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67db1356e748e_large_424919a5-e275-4f65-a417-b6871ed5678c.webp?crop=center&amp;height=180&amp;v=1770059563&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67db1356e748e_large_424919a5-e275-4f65-a417-b6871ed5678c.webp?crop=center&amp;height=360&amp;v=1770059563&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67db1356e748e_large_424919a5-e275-4f65-a417-b6871ed5678c.webp?crop=center&amp;height=540&amp;v=1770059563&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67db1356e748e_large_424919a5-e275-4f65-a417-b6871ed5678c.webp?crop=center&amp;height=720&amp;v=1770059563&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67db1356e748e_large_424919a5-e275-4f65-a417-b6871ed5678c.webp?crop=center&amp;height=900&amp;v=1770059563&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67db1356e748e_large_424919a5-e275-4f65-a417-b6871ed5678c.webp?crop=center&amp;height=1080&amp;v=1770059563&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67db1356e748e_large_424919a5-e275-4f65-a417-b6871ed5678c.webp?crop=center&amp;height=1296&amp;v=1770059563&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67db1356e748e_large_424919a5-e275-4f65-a417-b6871ed5678c.webp?crop=center&amp;height=1512&amp;v=1770059563&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67db1356e748e_large_424919a5-e275-4f65-a417-b6871ed5678c.webp?crop=center&amp;height=2048&amp;v=1770059563&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/poussins"
      class="product-card__link"
      
        title="Poussins"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Poussins</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/poussins"
        class="product-card__link"
        tabindex="-1"
        
          title="Poussins"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992817475922"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/mum-ily"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mum ILY"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mum ILY – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67db12ea62e0f_a5b87446-1848-491c-9539-06116c0981e7.webp?crop=center&amp;height=300&amp;v=1744977831&amp;width=300" alt="Mum ILY – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67db12ea62e0f_a5b87446-1848-491c-9539-06116c0981e7.webp?crop=center&amp;height=180&amp;v=1744977831&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67db12ea62e0f_a5b87446-1848-491c-9539-06116c0981e7.webp?crop=center&amp;height=360&amp;v=1744977831&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67db12ea62e0f_a5b87446-1848-491c-9539-06116c0981e7.webp?crop=center&amp;height=540&amp;v=1744977831&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67db12ea62e0f_a5b87446-1848-491c-9539-06116c0981e7.webp?crop=center&amp;height=720&amp;v=1744977831&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67db12ea62e0f_a5b87446-1848-491c-9539-06116c0981e7.webp?crop=center&amp;height=900&amp;v=1744977831&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67db12ea62e0f_a5b87446-1848-491c-9539-06116c0981e7.webp?crop=center&amp;height=1080&amp;v=1744977831&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67db12ea62e0f_a5b87446-1848-491c-9539-06116c0981e7.webp?crop=center&amp;height=1296&amp;v=1744977831&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67db12ea62e0f_a5b87446-1848-491c-9539-06116c0981e7.webp?crop=center&amp;height=1512&amp;v=1744977831&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67db12ea62e0f_a5b87446-1848-491c-9539-06116c0981e7.webp?crop=center&amp;height=2048&amp;v=1744977831&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/mum-ily"
      class="product-card__link"
      
        title="Mum ILY"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mum ILY</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/mum-ily"
        class="product-card__link"
        tabindex="-1"
        
          title="Mum ILY"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568073871698"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-motif"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - Motif"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - Motif – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=300&amp;v=1770065230&amp;width=300" alt="Trousse - Motif – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=180&amp;v=1770065230&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=360&amp;v=1770065230&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=540&amp;v=1770065230&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=720&amp;v=1770065230&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=900&amp;v=1770065230&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=1080&amp;v=1770065230&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=1200&amp;v=1770065230&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-motif"
      class="product-card__link"
      
        title="Trousse - Motif"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - Motif</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-motif"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - Motif"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992817181010"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/super-mom"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Super mom"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Super mom – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6947ed678b1b1_4c9d7dfe-ed9a-4ac9-ad04-f0d84f5fc50a.webp?crop=center&amp;height=300&amp;v=1770048211&amp;width=300" alt="Super mom – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6947ed678b1b1_4c9d7dfe-ed9a-4ac9-ad04-f0d84f5fc50a.webp?crop=center&amp;height=180&amp;v=1770048211&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6947ed678b1b1_4c9d7dfe-ed9a-4ac9-ad04-f0d84f5fc50a.webp?crop=center&amp;height=360&amp;v=1770048211&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6947ed678b1b1_4c9d7dfe-ed9a-4ac9-ad04-f0d84f5fc50a.webp?crop=center&amp;height=540&amp;v=1770048211&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6947ed678b1b1_4c9d7dfe-ed9a-4ac9-ad04-f0d84f5fc50a.webp?crop=center&amp;height=720&amp;v=1770048211&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6947ed678b1b1_4c9d7dfe-ed9a-4ac9-ad04-f0d84f5fc50a.webp?crop=center&amp;height=900&amp;v=1770048211&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6947ed678b1b1_4c9d7dfe-ed9a-4ac9-ad04-f0d84f5fc50a.webp?crop=center&amp;height=1080&amp;v=1770048211&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6947ed678b1b1_4c9d7dfe-ed9a-4ac9-ad04-f0d84f5fc50a.webp?crop=center&amp;height=1296&amp;v=1770048211&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6947ed678b1b1_4c9d7dfe-ed9a-4ac9-ad04-f0d84f5fc50a.webp?crop=center&amp;height=1512&amp;v=1770048211&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6947ed678b1b1_4c9d7dfe-ed9a-4ac9-ad04-f0d84f5fc50a.webp?crop=center&amp;height=2048&amp;v=1770048211&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/super-mom"
      class="product-card__link"
      
        title="Super mom"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Super mom</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/super-mom"
        class="product-card__link"
        tabindex="-1"
        
          title="Super mom"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568048607570"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-coeur"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - Coeur"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - Coeur – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=300&amp;v=1770064662&amp;width=300" alt="Trousse - Coeur – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=180&amp;v=1770064662&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=360&amp;v=1770064662&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=540&amp;v=1770064662&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=720&amp;v=1770064662&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=900&amp;v=1770064662&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=1080&amp;v=1770064662&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=1296&amp;v=1770064662&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=1512&amp;v=1770064662&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=2048&amp;v=1770064662&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-coeur"
      class="product-card__link"
      
        title="Trousse - Coeur"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - Coeur</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maman-personnalisee/products/trousse-coeur"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - Coeur"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel><tab-panel
          id="tab-panel-collection_mCHFi4"
          role="tabpanel"
          aria-labelledby="tab-collection_mCHFi4"
          tabindex="0"
          
            hidden
><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="10684489793874"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-flora"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - Flora"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - Flora – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69cf83cb8bb26_large_86fb3b10-2b9d-4d3a-80c8-bec5c91299d0.webp?crop=center&amp;height=300&amp;v=1775207594&amp;width=300" alt="Trousse - Flora – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69cf83cb8bb26_large_86fb3b10-2b9d-4d3a-80c8-bec5c91299d0.webp?crop=center&amp;height=180&amp;v=1775207594&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69cf83cb8bb26_large_86fb3b10-2b9d-4d3a-80c8-bec5c91299d0.webp?crop=center&amp;height=360&amp;v=1775207594&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69cf83cb8bb26_large_86fb3b10-2b9d-4d3a-80c8-bec5c91299d0.webp?crop=center&amp;height=540&amp;v=1775207594&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69cf83cb8bb26_large_86fb3b10-2b9d-4d3a-80c8-bec5c91299d0.webp?crop=center&amp;height=720&amp;v=1775207594&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69cf83cb8bb26_large_86fb3b10-2b9d-4d3a-80c8-bec5c91299d0.webp?crop=center&amp;height=900&amp;v=1775207594&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69cf83cb8bb26_large_86fb3b10-2b9d-4d3a-80c8-bec5c91299d0.webp?crop=center&amp;height=1080&amp;v=1775207594&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69cf83cb8bb26_large_86fb3b10-2b9d-4d3a-80c8-bec5c91299d0.webp?crop=center&amp;height=1200&amp;v=1775207594&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-flora"
      class="product-card__link"
      
        title="Trousse - Flora"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - Flora</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-flora"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - Flora"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10725893472594"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-leo"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse léo"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse léo – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=300&amp;v=1776329626&amp;width=300" alt="Trousse léo – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=180&amp;v=1776329626&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=360&amp;v=1776329626&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=540&amp;v=1776329626&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=720&amp;v=1776329626&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=900&amp;v=1776329626&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=1080&amp;v=1776329626&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=1296&amp;v=1776329626&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=1512&amp;v=1776329626&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69de56a101934_large_1f063f3c-bfb6-49cb-90d8-19fe18464949.webp?crop=center&amp;height=2048&amp;v=1776329626&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-leo"
      class="product-card__link"
      
        title="Trousse léo"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse léo</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-leo"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse léo"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>24,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10725892227410"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/summer"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Summer"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Summer – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=300&amp;v=1776329589&amp;width=300" alt="Summer – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=180&amp;v=1776329589&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=360&amp;v=1776329589&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=540&amp;v=1776329589&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=720&amp;v=1776329589&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=900&amp;v=1776329589&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=1080&amp;v=1776329589&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=1296&amp;v=1776329589&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=1512&amp;v=1776329589&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69de550a552da_large_3fd73f87-d089-4b48-84e4-b1b47e7f86d2.webp?crop=center&amp;height=2048&amp;v=1776329589&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/summer"
      class="product-card__link"
      
        title="Summer"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Summer</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/summer"
        class="product-card__link"
        tabindex="-1"
        
          title="Summer"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>24,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10725891703122"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-coeurs"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse coeurs"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse coeurs – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=300&amp;v=1776329570&amp;width=300" alt="Trousse coeurs – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=180&amp;v=1776329570&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=360&amp;v=1776329570&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=540&amp;v=1776329570&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=720&amp;v=1776329570&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=900&amp;v=1776329570&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=1080&amp;v=1776329570&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=1296&amp;v=1776329570&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=1512&amp;v=1776329570&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69de533d3b7c7_large_3d0fadde-40e1-44ce-9581-9497d204fa62.webp?crop=center&amp;height=2048&amp;v=1776329570&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-coeurs"
      class="product-card__link"
      
        title="Trousse coeurs"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse coeurs</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-coeurs"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse coeurs"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>24,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10020065706322"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/ily-mama-copy-copy"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maitresse"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maitresse – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=300&amp;v=1770059901&amp;width=300" alt="Maitresse – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=180&amp;v=1770059901&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=360&amp;v=1770059901&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=540&amp;v=1770059901&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=720&amp;v=1770059901&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=900&amp;v=1770059901&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=1080&amp;v=1770059901&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=1296&amp;v=1770059901&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=1512&amp;v=1770059901&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=2048&amp;v=1770059901&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/ily-mama-copy-copy"
      class="product-card__link"
      
        title="Maitresse"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maitresse</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/ily-mama-copy-copy"
        class="product-card__link"
        tabindex="-1"
        
          title="Maitresse"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568014168402"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-leopard"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - Léopard"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - Léopard – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=300&amp;v=1770063985&amp;width=300" alt="Trousse - Léopard – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=180&amp;v=1770063985&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=360&amp;v=1770063985&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=540&amp;v=1770063985&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=720&amp;v=1770063985&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=900&amp;v=1770063985&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=1080&amp;v=1770063985&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=1296&amp;v=1770063985&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=1512&amp;v=1770063985&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6981085326a21_large_cd05e0ba-31bc-44a5-b408-f32fff5e5d41.webp?crop=center&amp;height=2048&amp;v=1770063985&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-leopard"
      class="product-card__link"
      
        title="Trousse - Léopard"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - Léopard</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-leopard"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - Léopard"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992816099666"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/sophie"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Sophie"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Sophie – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3ba5f9cf1d_large_7482b173-2d7d-4a42-8550-933066dc0e94.webp?crop=center&amp;height=300&amp;v=1744977803&amp;width=300" alt="Sophie – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3ba5f9cf1d_large_7482b173-2d7d-4a42-8550-933066dc0e94.webp?crop=center&amp;height=180&amp;v=1744977803&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3ba5f9cf1d_large_7482b173-2d7d-4a42-8550-933066dc0e94.webp?crop=center&amp;height=360&amp;v=1744977803&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3ba5f9cf1d_large_7482b173-2d7d-4a42-8550-933066dc0e94.webp?crop=center&amp;height=540&amp;v=1744977803&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3ba5f9cf1d_large_7482b173-2d7d-4a42-8550-933066dc0e94.webp?crop=center&amp;height=720&amp;v=1744977803&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3ba5f9cf1d_large_7482b173-2d7d-4a42-8550-933066dc0e94.webp?crop=center&amp;height=900&amp;v=1744977803&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3ba5f9cf1d_large_7482b173-2d7d-4a42-8550-933066dc0e94.webp?crop=center&amp;height=1080&amp;v=1744977803&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3ba5f9cf1d_large_7482b173-2d7d-4a42-8550-933066dc0e94.webp?crop=center&amp;height=1296&amp;v=1744977803&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3ba5f9cf1d_large_7482b173-2d7d-4a42-8550-933066dc0e94.webp?crop=center&amp;height=1512&amp;v=1744977803&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3ba5f9cf1d_large_7482b173-2d7d-4a42-8550-933066dc0e94.webp?crop=center&amp;height=2048&amp;v=1744977803&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/sophie"
      class="product-card__link"
      
        title="Sophie"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Sophie</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/sophie"
        class="product-card__link"
        tabindex="-1"
        
          title="Sophie"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992816329042"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/thanks"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Thanks"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Thanks – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=300&amp;v=1770044596&amp;width=300" alt="Thanks – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=180&amp;v=1770044596&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=360&amp;v=1770044596&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=540&amp;v=1770044596&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=720&amp;v=1770044596&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=900&amp;v=1770044596&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=1080&amp;v=1770044596&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=1296&amp;v=1770044596&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=1512&amp;v=1770044596&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=2048&amp;v=1770044596&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/thanks"
      class="product-card__link"
      
        title="Thanks"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Thanks</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/thanks"
        class="product-card__link"
        tabindex="-1"
        
          title="Thanks"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992819278162"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/julie"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Julie"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Julie – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=300&amp;v=1770059976&amp;width=300" alt="Julie – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=180&amp;v=1770059976&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=360&amp;v=1770059976&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=540&amp;v=1770059976&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=720&amp;v=1770059976&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=900&amp;v=1770059976&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=1080&amp;v=1770059976&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=1296&amp;v=1770059976&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=1512&amp;v=1770059976&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=2048&amp;v=1770059976&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/julie"
      class="product-card__link"
      
        title="Julie"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Julie</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/julie"
        class="product-card__link"
        tabindex="-1"
        
          title="Julie"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10020071670098"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/mamie-merveille-copy"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Formidable"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Formidable – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=300&amp;v=1770059829&amp;width=300" alt="Formidable – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=180&amp;v=1770059829&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=360&amp;v=1770059829&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=540&amp;v=1770059829&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=720&amp;v=1770059829&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=900&amp;v=1770059829&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=1080&amp;v=1770059829&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=1296&amp;v=1770059829&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=1512&amp;v=1770059829&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=2048&amp;v=1770059829&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/mamie-merveille-copy"
      class="product-card__link"
      
        title="Formidable"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Formidable</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/mamie-merveille-copy"
        class="product-card__link"
        tabindex="-1"
        
          title="Formidable"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568061878610"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-votre-texte"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - Votre texte"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - Votre texte – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=300&amp;v=1770064972&amp;width=300" alt="Trousse - Votre texte – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=180&amp;v=1770064972&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=360&amp;v=1770064972&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=540&amp;v=1770064972&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=720&amp;v=1770064972&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=900&amp;v=1770064972&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=1080&amp;v=1770064972&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=1296&amp;v=1770064972&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=1512&amp;v=1770064972&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=2048&amp;v=1770064972&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-votre-texte"
      class="product-card__link"
      
        title="Trousse - Votre texte"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - Votre texte</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-votre-texte"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - Votre texte"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568075870546"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-amour"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - amour"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - amour – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=300&amp;v=1770065294&amp;width=300" alt="Trousse - amour – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=180&amp;v=1770065294&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=360&amp;v=1770065294&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=540&amp;v=1770065294&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=720&amp;v=1770065294&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=900&amp;v=1770065294&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=1080&amp;v=1770065294&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=1200&amp;v=1770065294&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-amour"
      class="product-card__link"
      
        title="Trousse - amour"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - amour</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-amour"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - amour"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992819573074"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/alois"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Aloïs"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Aloïs – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=300&amp;v=1744977800&amp;width=300" alt="Aloïs – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=180&amp;v=1744977800&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=360&amp;v=1744977800&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=540&amp;v=1744977800&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=720&amp;v=1744977800&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=900&amp;v=1744977800&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=1080&amp;v=1744977800&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=1296&amp;v=1744977800&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=1512&amp;v=1744977800&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=2048&amp;v=1744977800&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/alois"
      class="product-card__link"
      
        title="Aloïs"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Aloïs</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/alois"
        class="product-card__link"
        tabindex="-1"
        
          title="Aloïs"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10020071899474"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/thank-u"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Thank U"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Thank U – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3c0204a0fd_large_84257851-13b2-4ade-b79b-12cf4aaca889.webp?crop=center&amp;height=300&amp;v=1770059236&amp;width=300" alt="Thank U – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3c0204a0fd_large_84257851-13b2-4ade-b79b-12cf4aaca889.webp?crop=center&amp;height=180&amp;v=1770059236&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3c0204a0fd_large_84257851-13b2-4ade-b79b-12cf4aaca889.webp?crop=center&amp;height=360&amp;v=1770059236&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3c0204a0fd_large_84257851-13b2-4ade-b79b-12cf4aaca889.webp?crop=center&amp;height=540&amp;v=1770059236&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3c0204a0fd_large_84257851-13b2-4ade-b79b-12cf4aaca889.webp?crop=center&amp;height=720&amp;v=1770059236&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3c0204a0fd_large_84257851-13b2-4ade-b79b-12cf4aaca889.webp?crop=center&amp;height=900&amp;v=1770059236&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3c0204a0fd_large_84257851-13b2-4ade-b79b-12cf4aaca889.webp?crop=center&amp;height=1080&amp;v=1770059236&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3c0204a0fd_large_84257851-13b2-4ade-b79b-12cf4aaca889.webp?crop=center&amp;height=1296&amp;v=1770059236&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3c0204a0fd_large_84257851-13b2-4ade-b79b-12cf4aaca889.webp?crop=center&amp;height=1512&amp;v=1770059236&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3c0204a0fd_large_84257851-13b2-4ade-b79b-12cf4aaca889.webp?crop=center&amp;height=2048&amp;v=1770059236&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/thank-u"
      class="product-card__link"
      
        title="Thank U"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Thank U</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/thank-u"
        class="product-card__link"
        tabindex="-1"
        
          title="Thank U"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568073871698"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-motif"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - Motif"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - Motif – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=300&amp;v=1770065230&amp;width=300" alt="Trousse - Motif – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=180&amp;v=1770065230&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=360&amp;v=1770065230&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=540&amp;v=1770065230&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=720&amp;v=1770065230&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=900&amp;v=1770065230&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=1080&amp;v=1770065230&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69810d34ea4a4_large_a03760dc-2a92-4b1d-9c5a-76838291c1d6.webp?crop=center&amp;height=1200&amp;v=1770065230&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-motif"
      class="product-card__link"
      
        title="Trousse - Motif"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - Motif</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-motif"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - Motif"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568048607570"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-coeur"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - Coeur"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - Coeur – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=300&amp;v=1770064662&amp;width=300" alt="Trousse - Coeur – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=180&amp;v=1770064662&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=360&amp;v=1770064662&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=540&amp;v=1770064662&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=720&amp;v=1770064662&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=900&amp;v=1770064662&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=1080&amp;v=1770064662&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=1296&amp;v=1770064662&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=1512&amp;v=1770064662&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/697378decd3c8_large_5cc140cd-063b-4951-bf1e-a1868dac0ecb.webp?crop=center&amp;height=2048&amp;v=1770064662&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-coeur"
      class="product-card__link"
      
        title="Trousse - Coeur"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - Coeur</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-coeur"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - Coeur"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568017838418"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-date"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - date"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - date – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/698107a74f7c2.webp?crop=center&amp;height=300&amp;v=1770064063&amp;width=300" alt="Trousse - date – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/698107a74f7c2.webp?crop=center&amp;height=180&amp;v=1770064063&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/698107a74f7c2.webp?crop=center&amp;height=360&amp;v=1770064063&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/698107a74f7c2.webp?crop=center&amp;height=540&amp;v=1770064063&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/698107a74f7c2.webp?crop=center&amp;height=720&amp;v=1770064063&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/698107a74f7c2.webp?crop=center&amp;height=900&amp;v=1770064063&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/698107a74f7c2.webp?crop=center&amp;height=1080&amp;v=1770064063&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/698107a74f7c2.webp?crop=center&amp;height=1296&amp;v=1770064063&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/698107a74f7c2.webp?crop=center&amp;height=1512&amp;v=1770064063&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/698107a74f7c2.webp?crop=center&amp;height=2048&amp;v=1770064063&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-date"
      class="product-card__link"
      
        title="Trousse - date"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - date</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-date"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - date"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568053293394"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-campus"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - Campus"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - Campus – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6973772a76b2f_large_797132e9-a543-4065-94a3-082f65d3c27f.webp?crop=center&amp;height=300&amp;v=1770064756&amp;width=300" alt="Trousse - Campus – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6973772a76b2f_large_797132e9-a543-4065-94a3-082f65d3c27f.webp?crop=center&amp;height=180&amp;v=1770064756&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6973772a76b2f_large_797132e9-a543-4065-94a3-082f65d3c27f.webp?crop=center&amp;height=360&amp;v=1770064756&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6973772a76b2f_large_797132e9-a543-4065-94a3-082f65d3c27f.webp?crop=center&amp;height=540&amp;v=1770064756&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6973772a76b2f_large_797132e9-a543-4065-94a3-082f65d3c27f.webp?crop=center&amp;height=720&amp;v=1770064756&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6973772a76b2f_large_797132e9-a543-4065-94a3-082f65d3c27f.webp?crop=center&amp;height=900&amp;v=1770064756&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6973772a76b2f_large_797132e9-a543-4065-94a3-082f65d3c27f.webp?crop=center&amp;height=1080&amp;v=1770064756&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6973772a76b2f_large_797132e9-a543-4065-94a3-082f65d3c27f.webp?crop=center&amp;height=1200&amp;v=1770064756&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-campus"
      class="product-card__link"
      
        title="Trousse - Campus"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - Campus</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-toilette-maitresse-personnalisee/products/trousse-campus"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - Campus"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel><tab-panel
          id="tab-panel-collection_8PbAUE"
          role="tabpanel"
          aria-labelledby="tab-collection_8PbAUE"
          tabindex="0"
          
            hidden
><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="10019990110546"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/ily-mama-copy"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="ILY mamé"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: ILY mamé – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3b33bc5a59_large_f8a6c236-30c4-4a0f-9228-bee8e589ec66.webp?crop=center&amp;height=300&amp;v=1770060094&amp;width=300" alt="ILY mamé – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3b33bc5a59_large_f8a6c236-30c4-4a0f-9228-bee8e589ec66.webp?crop=center&amp;height=180&amp;v=1770060094&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3b33bc5a59_large_f8a6c236-30c4-4a0f-9228-bee8e589ec66.webp?crop=center&amp;height=360&amp;v=1770060094&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3b33bc5a59_large_f8a6c236-30c4-4a0f-9228-bee8e589ec66.webp?crop=center&amp;height=540&amp;v=1770060094&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3b33bc5a59_large_f8a6c236-30c4-4a0f-9228-bee8e589ec66.webp?crop=center&amp;height=720&amp;v=1770060094&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3b33bc5a59_large_f8a6c236-30c4-4a0f-9228-bee8e589ec66.webp?crop=center&amp;height=900&amp;v=1770060094&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3b33bc5a59_large_f8a6c236-30c4-4a0f-9228-bee8e589ec66.webp?crop=center&amp;height=1080&amp;v=1770060094&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3b33bc5a59_large_f8a6c236-30c4-4a0f-9228-bee8e589ec66.webp?crop=center&amp;height=1296&amp;v=1770060094&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3b33bc5a59_large_f8a6c236-30c4-4a0f-9228-bee8e589ec66.webp?crop=center&amp;height=1512&amp;v=1770060094&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3b33bc5a59_large_f8a6c236-30c4-4a0f-9228-bee8e589ec66.webp?crop=center&amp;height=2048&amp;v=1770060094&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/ily-mama-copy"
      class="product-card__link"
      
        title="ILY mamé"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>ILY mamé</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/ily-mama-copy"
        class="product-card__link"
        tabindex="-1"
        
          title="ILY mamé"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992816329042"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/thanks"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Thanks"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Thanks – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=300&amp;v=1770044596&amp;width=300" alt="Thanks – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=180&amp;v=1770044596&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=360&amp;v=1770044596&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=540&amp;v=1770044596&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=720&amp;v=1770044596&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=900&amp;v=1770044596&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=1080&amp;v=1770044596&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=1296&amp;v=1770044596&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=1512&amp;v=1770044596&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3b9e428842_large_ebf4a4d4-600a-4cbe-8198-841eff5d29c3.webp?crop=center&amp;height=2048&amp;v=1770044596&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/thanks"
      class="product-card__link"
      
        title="Thanks"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Thanks</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/thanks"
        class="product-card__link"
        tabindex="-1"
        
          title="Thanks"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10019990405458"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/maminou"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="maminou"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: maminou – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3b3d4cc26e_large_1e9e7b9d-e800-4b33-a9f0-dc42ca7faa18.webp?crop=center&amp;height=300&amp;v=1770059809&amp;width=300" alt="maminou – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3b3d4cc26e_large_1e9e7b9d-e800-4b33-a9f0-dc42ca7faa18.webp?crop=center&amp;height=180&amp;v=1770059809&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3b3d4cc26e_large_1e9e7b9d-e800-4b33-a9f0-dc42ca7faa18.webp?crop=center&amp;height=360&amp;v=1770059809&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3b3d4cc26e_large_1e9e7b9d-e800-4b33-a9f0-dc42ca7faa18.webp?crop=center&amp;height=540&amp;v=1770059809&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3b3d4cc26e_large_1e9e7b9d-e800-4b33-a9f0-dc42ca7faa18.webp?crop=center&amp;height=720&amp;v=1770059809&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3b3d4cc26e_large_1e9e7b9d-e800-4b33-a9f0-dc42ca7faa18.webp?crop=center&amp;height=900&amp;v=1770059809&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3b3d4cc26e_large_1e9e7b9d-e800-4b33-a9f0-dc42ca7faa18.webp?crop=center&amp;height=1080&amp;v=1770059809&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3b3d4cc26e_large_1e9e7b9d-e800-4b33-a9f0-dc42ca7faa18.webp?crop=center&amp;height=1296&amp;v=1770059809&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3b3d4cc26e_large_1e9e7b9d-e800-4b33-a9f0-dc42ca7faa18.webp?crop=center&amp;height=1512&amp;v=1770059809&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3b3d4cc26e_large_1e9e7b9d-e800-4b33-a9f0-dc42ca7faa18.webp?crop=center&amp;height=2048&amp;v=1770059809&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/maminou"
      class="product-card__link"
      
        title="maminou"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>maminou</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/maminou"
        class="product-card__link"
        tabindex="-1"
        
          title="maminou"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10019990765906"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamina"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamina"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamina – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3b4b786d34_large_a8b34f4b-6fb3-4f54-b04e-71e6ee50e1eb.webp?crop=center&amp;height=300&amp;v=1770059364&amp;width=300" alt="Mamina – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3b4b786d34_large_a8b34f4b-6fb3-4f54-b04e-71e6ee50e1eb.webp?crop=center&amp;height=180&amp;v=1770059364&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3b4b786d34_large_a8b34f4b-6fb3-4f54-b04e-71e6ee50e1eb.webp?crop=center&amp;height=360&amp;v=1770059364&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3b4b786d34_large_a8b34f4b-6fb3-4f54-b04e-71e6ee50e1eb.webp?crop=center&amp;height=540&amp;v=1770059364&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3b4b786d34_large_a8b34f4b-6fb3-4f54-b04e-71e6ee50e1eb.webp?crop=center&amp;height=720&amp;v=1770059364&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3b4b786d34_large_a8b34f4b-6fb3-4f54-b04e-71e6ee50e1eb.webp?crop=center&amp;height=900&amp;v=1770059364&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3b4b786d34_large_a8b34f4b-6fb3-4f54-b04e-71e6ee50e1eb.webp?crop=center&amp;height=1080&amp;v=1770059364&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3b4b786d34_large_a8b34f4b-6fb3-4f54-b04e-71e6ee50e1eb.webp?crop=center&amp;height=1296&amp;v=1770059364&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3b4b786d34_large_a8b34f4b-6fb3-4f54-b04e-71e6ee50e1eb.webp?crop=center&amp;height=1512&amp;v=1770059364&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3b4b786d34_large_a8b34f4b-6fb3-4f54-b04e-71e6ee50e1eb.webp?crop=center&amp;height=2048&amp;v=1770059364&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamina"
      class="product-card__link"
      
        title="Mamina"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamina</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamina"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamina"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992816558418"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/merveille"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Merveille"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Merveille – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980b4b5796d5_b6ddc848-e184-4027-9cab-1597c56a8582.webp?crop=center&amp;height=300&amp;v=1770044599&amp;width=300" alt="Merveille – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980b4b5796d5_b6ddc848-e184-4027-9cab-1597c56a8582.webp?crop=center&amp;height=180&amp;v=1770044599&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980b4b5796d5_b6ddc848-e184-4027-9cab-1597c56a8582.webp?crop=center&amp;height=360&amp;v=1770044599&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980b4b5796d5_b6ddc848-e184-4027-9cab-1597c56a8582.webp?crop=center&amp;height=540&amp;v=1770044599&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980b4b5796d5_b6ddc848-e184-4027-9cab-1597c56a8582.webp?crop=center&amp;height=720&amp;v=1770044599&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980b4b5796d5_b6ddc848-e184-4027-9cab-1597c56a8582.webp?crop=center&amp;height=900&amp;v=1770044599&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980b4b5796d5_b6ddc848-e184-4027-9cab-1597c56a8582.webp?crop=center&amp;height=1080&amp;v=1770044599&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980b4b5796d5_b6ddc848-e184-4027-9cab-1597c56a8582.webp?crop=center&amp;height=1296&amp;v=1770044599&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980b4b5796d5_b6ddc848-e184-4027-9cab-1597c56a8582.webp?crop=center&amp;height=1512&amp;v=1770044599&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980b4b5796d5_b6ddc848-e184-4027-9cab-1597c56a8582.webp?crop=center&amp;height=2048&amp;v=1770044599&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/merveille"
      class="product-card__link"
      
        title="Merveille"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Merveille</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/merveille"
        class="product-card__link"
        tabindex="-1"
        
          title="Merveille"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992819278162"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/julie"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Julie"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Julie – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=300&amp;v=1770059976&amp;width=300" alt="Julie – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=180&amp;v=1770059976&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=360&amp;v=1770059976&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=540&amp;v=1770059976&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=720&amp;v=1770059976&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=900&amp;v=1770059976&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=1080&amp;v=1770059976&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=1296&amp;v=1770059976&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=1512&amp;v=1770059976&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3ba1b3e262_large_659366b4-a0c6-41a9-b60a-b5271dd06b81.webp?crop=center&amp;height=2048&amp;v=1770059976&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/julie"
      class="product-card__link"
      
        title="Julie"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Julie</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/julie"
        class="product-card__link"
        tabindex="-1"
        
          title="Julie"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992817639762"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/best-mummy"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Best mummy"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Best mummy – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=300&amp;v=1770060611&amp;width=300" alt="Best mummy – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=180&amp;v=1770060611&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=360&amp;v=1770060611&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=540&amp;v=1770060611&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=720&amp;v=1770060611&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=900&amp;v=1770060611&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=1080&amp;v=1770060611&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=1296&amp;v=1770060611&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=1512&amp;v=1770060611&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67db12eb50573.webp?crop=center&amp;height=2048&amp;v=1770060611&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/best-mummy"
      class="product-card__link"
      
        title="Best mummy"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Best mummy</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/best-mummy"
        class="product-card__link"
        tabindex="-1"
        
          title="Best mummy"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10020071670098"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamie-merveille-copy"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Formidable"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Formidable – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=300&amp;v=1770059829&amp;width=300" alt="Formidable – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=180&amp;v=1770059829&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=360&amp;v=1770059829&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=540&amp;v=1770059829&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=720&amp;v=1770059829&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=900&amp;v=1770059829&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=1080&amp;v=1770059829&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=1296&amp;v=1770059829&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=1512&amp;v=1770059829&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3bf41acac7_large_f67fe8e5-3159-4354-bc41-d7919b5a1e3b.webp?crop=center&amp;height=2048&amp;v=1770059829&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamie-merveille-copy"
      class="product-card__link"
      
        title="Formidable"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Formidable</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamie-merveille-copy"
        class="product-card__link"
        tabindex="-1"
        
          title="Formidable"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10052066967890"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/jolie"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Jolie"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Jolie – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=300&amp;v=1770668483&amp;width=300" alt="Jolie – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=180&amp;v=1770668483&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=360&amp;v=1770668483&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=540&amp;v=1770668483&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=720&amp;v=1770668483&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=900&amp;v=1770668483&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=1080&amp;v=1770668483&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=1296&amp;v=1770668483&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=1512&amp;v=1770668483&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/698a41a04d209_large_3beed038-dc01-4ae7-a06c-7c9513b59284.webp?crop=center&amp;height=2048&amp;v=1770668483&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/jolie"
      class="product-card__link"
      
        title="Jolie"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Jolie</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/jolie"
        class="product-card__link"
        tabindex="-1"
        
          title="Jolie"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992816755026"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/little-heart"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Little heart"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Little heart – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=300&amp;v=1770059426&amp;width=300" alt="Little heart – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=180&amp;v=1770059426&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=360&amp;v=1770059426&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=540&amp;v=1770059426&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=720&amp;v=1770059426&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=900&amp;v=1770059426&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=1080&amp;v=1770059426&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=1296&amp;v=1770059426&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=1512&amp;v=1770059426&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67dd553e7b816_large_af375b5b-9536-4872-bc58-80f43b5e4418.webp?crop=center&amp;height=2048&amp;v=1770059426&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/little-heart"
      class="product-card__link"
      
        title="Little heart"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Little heart</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/little-heart"
        class="product-card__link"
        tabindex="-1"
        
          title="Little heart"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568061878610"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/trousse-votre-texte"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - Votre texte"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - Votre texte – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=300&amp;v=1770064972&amp;width=300" alt="Trousse - Votre texte – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=180&amp;v=1770064972&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=360&amp;v=1770064972&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=540&amp;v=1770064972&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=720&amp;v=1770064972&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=900&amp;v=1770064972&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=1080&amp;v=1770064972&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=1296&amp;v=1770064972&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=1512&amp;v=1770064972&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/697349b63fd6c_large_9df650b5-720e-4fe7-8d3e-953f0d56269b.webp?crop=center&amp;height=2048&amp;v=1770064972&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/trousse-votre-texte"
      class="product-card__link"
      
        title="Trousse - Votre texte"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - Votre texte</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/trousse-votre-texte"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - Votre texte"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992816492882"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/ily-mama"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="ILY mama"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: ILY mama – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=300&amp;v=1770060172&amp;width=300" alt="ILY mama – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=180&amp;v=1770060172&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=360&amp;v=1770060172&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=540&amp;v=1770060172&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=720&amp;v=1770060172&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=900&amp;v=1770060172&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=1080&amp;v=1770060172&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=1296&amp;v=1770060172&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=1512&amp;v=1770060172&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67dd55afea2ea_large_ff322a1e-0089-4c05-8dc3-5661b66e914a.webp?crop=center&amp;height=2048&amp;v=1770060172&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/ily-mama"
      class="product-card__link"
      
        title="ILY mama"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>ILY mama</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/ily-mama"
        class="product-card__link"
        tabindex="-1"
        
          title="ILY mama"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568075870546"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/trousse-amour"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Trousse - amour"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Trousse - amour – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=300&amp;v=1770065294&amp;width=300" alt="Trousse - amour – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=180&amp;v=1770065294&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=360&amp;v=1770065294&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=540&amp;v=1770065294&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=720&amp;v=1770065294&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=900&amp;v=1770065294&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=1080&amp;v=1770065294&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69810d5ad804e_large_b69ede18-1874-4682-8b16-439999e5ff33.webp?crop=center&amp;height=1200&amp;v=1770065294&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/trousse-amour"
      class="product-card__link"
      
        title="Trousse - amour"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Trousse - amour</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/trousse-amour"
        class="product-card__link"
        tabindex="-1"
        
          title="Trousse - amour"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9992819573074"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/alois"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Aloïs"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Aloïs – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=300&amp;v=1744977800&amp;width=300" alt="Aloïs – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=180&amp;v=1744977800&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=360&amp;v=1744977800&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=540&amp;v=1744977800&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=720&amp;v=1744977800&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=900&amp;v=1744977800&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=1080&amp;v=1744977800&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=1296&amp;v=1744977800&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=1512&amp;v=1744977800&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3b9806302f_large_4313210c-b476-4213-a012-92e07103da28.webp?crop=center&amp;height=2048&amp;v=1744977800&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/alois"
      class="product-card__link"
      
        title="Aloïs"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Aloïs</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/alois"
        class="product-card__link"
        tabindex="-1"
        
          title="Aloïs"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10019989487954"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamie-merveille"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamie Merveille"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamie Merveille – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3b295e4b07_large_c35a38ac-3e84-4d69-94ba-e6068f165ca9.webp?crop=center&amp;height=300&amp;v=1770048166&amp;width=300" alt="Mamie Merveille – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3b295e4b07_large_c35a38ac-3e84-4d69-94ba-e6068f165ca9.webp?crop=center&amp;height=180&amp;v=1770048166&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3b295e4b07_large_c35a38ac-3e84-4d69-94ba-e6068f165ca9.webp?crop=center&amp;height=360&amp;v=1770048166&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3b295e4b07_large_c35a38ac-3e84-4d69-94ba-e6068f165ca9.webp?crop=center&amp;height=540&amp;v=1770048166&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3b295e4b07_large_c35a38ac-3e84-4d69-94ba-e6068f165ca9.webp?crop=center&amp;height=720&amp;v=1770048166&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3b295e4b07_large_c35a38ac-3e84-4d69-94ba-e6068f165ca9.webp?crop=center&amp;height=900&amp;v=1770048166&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3b295e4b07_large_c35a38ac-3e84-4d69-94ba-e6068f165ca9.webp?crop=center&amp;height=1080&amp;v=1770048166&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3b295e4b07_large_c35a38ac-3e84-4d69-94ba-e6068f165ca9.webp?crop=center&amp;height=1296&amp;v=1770048166&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3b295e4b07_large_c35a38ac-3e84-4d69-94ba-e6068f165ca9.webp?crop=center&amp;height=1512&amp;v=1770048166&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3b295e4b07_large_c35a38ac-3e84-4d69-94ba-e6068f165ca9.webp?crop=center&amp;height=2048&amp;v=1770048166&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamie-merveille"
      class="product-card__link"
      
        title="Mamie Merveille"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamie Merveille</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamie-merveille"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamie Merveille"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10019990634834"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamilou"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamilou"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamilou – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3b440381df_large_a5b7c7e2-4362-436c-95b6-ca07fac9a73d.webp?crop=center&amp;height=300&amp;v=1770047018&amp;width=300" alt="Mamilou – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3b440381df_large_a5b7c7e2-4362-436c-95b6-ca07fac9a73d.webp?crop=center&amp;height=180&amp;v=1770047018&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3b440381df_large_a5b7c7e2-4362-436c-95b6-ca07fac9a73d.webp?crop=center&amp;height=360&amp;v=1770047018&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3b440381df_large_a5b7c7e2-4362-436c-95b6-ca07fac9a73d.webp?crop=center&amp;height=540&amp;v=1770047018&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3b440381df_large_a5b7c7e2-4362-436c-95b6-ca07fac9a73d.webp?crop=center&amp;height=720&amp;v=1770047018&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3b440381df_large_a5b7c7e2-4362-436c-95b6-ca07fac9a73d.webp?crop=center&amp;height=900&amp;v=1770047018&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3b440381df_large_a5b7c7e2-4362-436c-95b6-ca07fac9a73d.webp?crop=center&amp;height=1080&amp;v=1770047018&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3b440381df_large_a5b7c7e2-4362-436c-95b6-ca07fac9a73d.webp?crop=center&amp;height=1296&amp;v=1770047018&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3b440381df_large_a5b7c7e2-4362-436c-95b6-ca07fac9a73d.webp?crop=center&amp;height=1512&amp;v=1770047018&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3b440381df_large_a5b7c7e2-4362-436c-95b6-ca07fac9a73d.webp?crop=center&amp;height=2048&amp;v=1770047018&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamilou"
      class="product-card__link"
      
        title="Mamilou"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamilou</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mamilou"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamilou"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10035651182930"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mama-love"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="mama love"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: mama love – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=300&amp;v=1770058422&amp;width=300" alt="mama love – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=180&amp;v=1770058422&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=360&amp;v=1770058422&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=540&amp;v=1770058422&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=720&amp;v=1770058422&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=900&amp;v=1770058422&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=1080&amp;v=1770058422&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=1296&amp;v=1770058422&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=1512&amp;v=1770058422&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980cb43079af_57d2cc86-1c0e-4f7e-999d-b7e3894caa4e.webp?crop=center&amp;height=2048&amp;v=1770058422&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mama-love"
      class="product-card__link"
      
        title="mama love"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>mama love</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/mama-love"
        class="product-card__link"
        tabindex="-1"
        
          title="mama love"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10020065706322"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_q8CgDn"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/ily-mama-copy-copy"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maitresse"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maitresse – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=300&amp;v=1770059901&amp;width=300" alt="Maitresse – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=180&amp;v=1770059901&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=360&amp;v=1770059901&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=540&amp;v=1770059901&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=720&amp;v=1770059901&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=900&amp;v=1770059901&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=1080&amp;v=1770059901&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=1296&amp;v=1770059901&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=1512&amp;v=1770059901&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67f3bf6526d3e_large_b56c5484-9a46-4309-a0c2-d8fdee22cc29.webp?crop=center&amp;height=2048&amp;v=1770059901&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/ily-mama-copy-copy"
      class="product-card__link"
      
        title="Maitresse"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maitresse</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/trousse-de-toilette-personnalisee/products/ily-mama-copy-copy"
        class="product-card__link"
        tabindex="-1"
        
          title="Maitresse"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>21,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel></tabbed-content>
      

      

  <div
    class="section__link section__link--center js-animate-single"
    data-animation-displacement="0"
    style="      --button-color: initial;      --button-hover-color: initial;      --button-background-color: initial;      --button-hover-background-color: initial;              --color-text: #222222;          "
  >
    <a
      href="/collections/trousse-de-toilette-personnalisee"
      class="section__link-link c-btn c-btn--primary js-update-link"
    >voir la collection</a>
  </div>


    
  </div><script src="//henrietteandco.com/cdn/shop/t/33/assets/items-scroll-paged-navigation.js?v=6570701935369699931776114279" type="module"></script><script src="//henrietteandco.com/cdn/shop/t/33/assets/tabbed-content.js?v=175922217864836671761776114329" type="module"></script></section>


<style> @media (max-width: 749px) {#shopify-section-template--29760633373010__section_collection_q8CgDn .product-card__details {display: flex; justify-content: center; align-items: baseline; /* 🔥 la clé ici */ gap: 8px; flex-wrap: wrap; text-align: center; } #shopify-section-template--29760633373010__section_collection_q8CgDn .product-card__title, #shopify-section-template--29760633373010__section_collection_q8CgDn .product-card__price {margin: 0; font-size: 14px; line-height: 1.2; /* 🔧 important pour cohérence verticale */ }} </style></div><div id="shopify-section-template--29760633373010__1637856607e0d22e50" class="shopify-section js-section__featured-collections">

  <link
    rel="stylesheet"
    href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308" rel="stylesheet" type="text/css" media="all" />
  </noscript><link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465"
      media="print"
      onload="this.media='all'"
    >
    <link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465" rel="stylesheet" type="text/css" media="all" />
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330" rel="stylesheet" type="text/css" media="all" />
    </noscript>
<section
  class="section    section--template--29760633373010__1637856607e0d22e50    section--featured-collections         section--has-link"
  data-section-id="template--29760633373010__1637856607e0d22e50"
  data-section-type="featured-collections"
>
  <div
    class="section__content section__content--padded"
    style="      --space-top: 0px;      --space-bottom: 0px    "
  >
    <div class="container container--large u-ph+@mob"><div
          class="section__title            js-animate-single            section__title--center             section__title--desc"
          data-animation-displacement="5"
        ><div
              class="section__title-desc rte js-animate-single"
              data-animation-displacement="0"
              data-animation-delay="0.1"
            >
              <h2>Pot à biscuits personnalisés</h2>
            </div></div></div><style>.section--template--29760633373010__1637856607e0d22e50 [data-items] {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: hidden;
      }

      .section--template--29760633373010__1637856607e0d22e50 [data-items] > * {
        flex-shrink: 0;
        flex-grow: 0;
      }
</style><link
        rel="stylesheet"
        href="//henrietteandco.com/cdn/shop/t/33/assets/component-tabbed-content.css?v=139149231608286659581776114255"
        media="print"
        onload="this.media='all'"
      >
      <noscript>
        <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-tabbed-content.css?v=139149231608286659581776114255" rel="stylesheet" type="text/css" media="all" />
      </noscript>
      <tabbed-content align-items="center"><div class="tab-triggers__wrapper container--large u-ph0@mob">
          <tab-triggers
            role="tablist"
            
          ><button
                type="button"
                role="tab"
                aria-controls="tab-panel-collection_NfrLmf"
                id="tab-collection_NfrLmf"
                
                  aria-selected="true"
                  tabindex="0"
                
                
                
                  data-update-link="https://henrietteandco.com/collections/pot-cookie-maman-personnalise"
                
                
              >Maman</button><button
                type="button"
                role="tab"
                aria-controls="tab-panel-09f897ba-0c51-4892-8d70-d123e936b05e"
                id="tab-09f897ba-0c51-4892-8d70-d123e936b05e"
                
                  aria-selected="false"
                  tabindex="-1"
                
                
                
                  data-update-link="/collections/idee-cadeau-papa-cafe"
                
                
              >Papa</button><button
                type="button"
                role="tab"
                aria-controls="tab-panel-collection_bXqXKK"
                id="tab-collection_bXqXKK"
                
                  aria-selected="false"
                  tabindex="-1"
                
                
                
                  data-update-link="/collections/pot-a-cookie-personnalise"
                
                
              >Vos préférés</button></tab-triggers>
        </div><tab-panel
          id="tab-panel-collection_NfrLmf"
          role="tabpanel"
          aria-labelledby="tab-collection_NfrLmf"
          tabindex="0"
          
        ><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="9984258802002"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mam"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mam"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mam – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=300&amp;v=1770283537&amp;width=300" alt="Mam – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=180&amp;v=1770283537&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=360&amp;v=1770283537&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=540&amp;v=1770283537&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=720&amp;v=1770283537&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=900&amp;v=1770283537&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=1080&amp;v=1770283537&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=1296&amp;v=1770283537&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=1512&amp;v=1770283537&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=2048&amp;v=1770283537&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mam"
      class="product-card__link"
      
        title="Mam"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mam</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mam"
        class="product-card__link"
        tabindex="-1"
        
          title="Mam"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9999587639634"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/moon"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Moon"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Moon – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38edf99f.webp?crop=center&amp;height=300&amp;v=1770283448&amp;width=300" alt="Moon – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38edf99f.webp?crop=center&amp;height=180&amp;v=1770283448&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38edf99f.webp?crop=center&amp;height=360&amp;v=1770283448&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38edf99f.webp?crop=center&amp;height=540&amp;v=1770283448&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38edf99f.webp?crop=center&amp;height=720&amp;v=1770283448&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38edf99f.webp?crop=center&amp;height=900&amp;v=1770283448&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38edf99f.webp?crop=center&amp;height=1080&amp;v=1770283448&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38edf99f.webp?crop=center&amp;height=1296&amp;v=1770283448&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38edf99f.webp?crop=center&amp;height=1512&amp;v=1770283448&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38edf99f.webp?crop=center&amp;height=2048&amp;v=1770283448&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/moon"
      class="product-card__link"
      
        title="Moon"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Moon</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/moon"
        class="product-card__link"
        tabindex="-1"
        
          title="Moon"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984258408786"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/maman-coeur"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maman coeur"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maman coeur – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=300&amp;v=1770042230&amp;width=300" alt="Maman coeur – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=180&amp;v=1770042230&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=360&amp;v=1770042230&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=540&amp;v=1770042230&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=720&amp;v=1770042230&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=900&amp;v=1770042230&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=1080&amp;v=1770042230&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=1296&amp;v=1770042230&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=1512&amp;v=1770042230&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=2048&amp;v=1770042230&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/maman-coeur"
      class="product-card__link"
      
        title="Maman coeur"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maman coeur</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/maman-coeur"
        class="product-card__link"
        tabindex="-1"
        
          title="Maman coeur"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10061063323986"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/fleurs"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Fleurs"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Fleurs – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38eb48c6.webp?crop=center&amp;height=300&amp;v=1770283435&amp;width=300" alt="Fleurs – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38eb48c6.webp?crop=center&amp;height=180&amp;v=1770283435&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38eb48c6.webp?crop=center&amp;height=360&amp;v=1770283435&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38eb48c6.webp?crop=center&amp;height=540&amp;v=1770283435&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38eb48c6.webp?crop=center&amp;height=720&amp;v=1770283435&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38eb48c6.webp?crop=center&amp;height=900&amp;v=1770283435&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38eb48c6.webp?crop=center&amp;height=1080&amp;v=1770283435&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38eb48c6.webp?crop=center&amp;height=1296&amp;v=1770283435&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38eb48c6.webp?crop=center&amp;height=1512&amp;v=1770283435&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38eb48c6.webp?crop=center&amp;height=2048&amp;v=1770283435&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/fleurs"
      class="product-card__link"
      
        title="Fleurs"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Fleurs</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/fleurs"
        class="product-card__link"
        tabindex="-1"
        
          title="Fleurs"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10061045596498"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mamita"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamita"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamita – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38e87a46.webp?crop=center&amp;height=300&amp;v=1770283416&amp;width=300" alt="Mamita – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38e87a46.webp?crop=center&amp;height=180&amp;v=1770283416&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38e87a46.webp?crop=center&amp;height=360&amp;v=1770283416&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38e87a46.webp?crop=center&amp;height=540&amp;v=1770283416&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38e87a46.webp?crop=center&amp;height=720&amp;v=1770283416&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38e87a46.webp?crop=center&amp;height=900&amp;v=1770283416&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38e87a46.webp?crop=center&amp;height=1080&amp;v=1770283416&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38e87a46.webp?crop=center&amp;height=1296&amp;v=1770283416&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38e87a46.webp?crop=center&amp;height=1512&amp;v=1770283416&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38e87a46.webp?crop=center&amp;height=2048&amp;v=1770283416&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mamita"
      class="product-card__link"
      
        title="Mamita"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamita</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mamita"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamita"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10061055459666"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mammasita"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mammasita"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mammasita – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38a3a9f3_1ce97c1f-e9ad-4c3d-b8bc-5c0fce0fe9d3.webp?crop=center&amp;height=300&amp;v=1772463012&amp;width=300" alt="Mammasita – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38a3a9f3_1ce97c1f-e9ad-4c3d-b8bc-5c0fce0fe9d3.webp?crop=center&amp;height=180&amp;v=1772463012&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38a3a9f3_1ce97c1f-e9ad-4c3d-b8bc-5c0fce0fe9d3.webp?crop=center&amp;height=360&amp;v=1772463012&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38a3a9f3_1ce97c1f-e9ad-4c3d-b8bc-5c0fce0fe9d3.webp?crop=center&amp;height=540&amp;v=1772463012&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38a3a9f3_1ce97c1f-e9ad-4c3d-b8bc-5c0fce0fe9d3.webp?crop=center&amp;height=720&amp;v=1772463012&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38a3a9f3_1ce97c1f-e9ad-4c3d-b8bc-5c0fce0fe9d3.webp?crop=center&amp;height=900&amp;v=1772463012&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38a3a9f3_1ce97c1f-e9ad-4c3d-b8bc-5c0fce0fe9d3.webp?crop=center&amp;height=1080&amp;v=1772463012&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38a3a9f3_1ce97c1f-e9ad-4c3d-b8bc-5c0fce0fe9d3.webp?crop=center&amp;height=1296&amp;v=1772463012&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38a3a9f3_1ce97c1f-e9ad-4c3d-b8bc-5c0fce0fe9d3.webp?crop=center&amp;height=1512&amp;v=1772463012&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38a3a9f3_1ce97c1f-e9ad-4c3d-b8bc-5c0fce0fe9d3.webp?crop=center&amp;height=2048&amp;v=1772463012&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mammasita"
      class="product-card__link"
      
        title="Mammasita"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mammasita</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mammasita"
        class="product-card__link"
        tabindex="-1"
        
          title="Mammasita"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9999584002386"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/maman-cherie"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maman chérie"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maman chérie – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38f7e21d.webp?crop=center&amp;height=300&amp;v=1770283372&amp;width=300" alt="Maman chérie – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38f7e21d.webp?crop=center&amp;height=180&amp;v=1770283372&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38f7e21d.webp?crop=center&amp;height=360&amp;v=1770283372&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38f7e21d.webp?crop=center&amp;height=540&amp;v=1770283372&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38f7e21d.webp?crop=center&amp;height=720&amp;v=1770283372&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38f7e21d.webp?crop=center&amp;height=900&amp;v=1770283372&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38f7e21d.webp?crop=center&amp;height=1080&amp;v=1770283372&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38f7e21d.webp?crop=center&amp;height=1296&amp;v=1770283372&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38f7e21d.webp?crop=center&amp;height=1512&amp;v=1770283372&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38f7e21d.webp?crop=center&amp;height=2048&amp;v=1770283372&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/maman-cherie"
      class="product-card__link"
      
        title="Maman chérie"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maman chérie</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/maman-cherie"
        class="product-card__link"
        tabindex="-1"
        
          title="Maman chérie"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9999586394450"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mama-damour"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mama d'Amour"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mama d&amp;#39;Amour – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69957408a9e18.webp?crop=center&amp;height=300&amp;v=1771402253&amp;width=300" alt="Mama d&#39;Amour – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69957408a9e18.webp?crop=center&amp;height=180&amp;v=1771402253&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69957408a9e18.webp?crop=center&amp;height=360&amp;v=1771402253&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69957408a9e18.webp?crop=center&amp;height=540&amp;v=1771402253&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69957408a9e18.webp?crop=center&amp;height=720&amp;v=1771402253&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69957408a9e18.webp?crop=center&amp;height=900&amp;v=1771402253&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69957408a9e18.webp?crop=center&amp;height=1080&amp;v=1771402253&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69957408a9e18.webp?crop=center&amp;height=1296&amp;v=1771402253&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69957408a9e18.webp?crop=center&amp;height=1512&amp;v=1771402253&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69957408a9e18.webp?crop=center&amp;height=2048&amp;v=1771402253&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mama-damour"
      class="product-card__link"
      
        title="Mama d'Amour"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mama d'Amour</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mama-damour"
        class="product-card__link"
        tabindex="-1"
        
          title="Mama d'Amour"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10061062570322"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/flower"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Flower"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Flower – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69db64ad35b1e.webp?crop=center&amp;height=300&amp;v=1775985841&amp;width=300" alt="Flower – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69db64ad35b1e.webp?crop=center&amp;height=180&amp;v=1775985841&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69db64ad35b1e.webp?crop=center&amp;height=360&amp;v=1775985841&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69db64ad35b1e.webp?crop=center&amp;height=540&amp;v=1775985841&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69db64ad35b1e.webp?crop=center&amp;height=720&amp;v=1775985841&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69db64ad35b1e.webp?crop=center&amp;height=900&amp;v=1775985841&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69db64ad35b1e.webp?crop=center&amp;height=1080&amp;v=1775985841&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69db64ad35b1e.webp?crop=center&amp;height=1296&amp;v=1775985841&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69db64ad35b1e.webp?crop=center&amp;height=1512&amp;v=1775985841&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69db64ad35b1e.webp?crop=center&amp;height=2048&amp;v=1775985841&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/flower"
      class="product-card__link"
      
        title="Flower"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Flower</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/flower"
        class="product-card__link"
        tabindex="-1"
        
          title="Flower"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10061043532114"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mounie"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mounie"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mounie – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a3897e4d7_3c19bc29-e7ec-40ea-9dd4-cd9dc65f018a.webp?crop=center&amp;height=300&amp;v=1772463005&amp;width=300" alt="Mounie – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a3897e4d7_3c19bc29-e7ec-40ea-9dd4-cd9dc65f018a.webp?crop=center&amp;height=180&amp;v=1772463005&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a3897e4d7_3c19bc29-e7ec-40ea-9dd4-cd9dc65f018a.webp?crop=center&amp;height=360&amp;v=1772463005&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a3897e4d7_3c19bc29-e7ec-40ea-9dd4-cd9dc65f018a.webp?crop=center&amp;height=540&amp;v=1772463005&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a3897e4d7_3c19bc29-e7ec-40ea-9dd4-cd9dc65f018a.webp?crop=center&amp;height=720&amp;v=1772463005&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a3897e4d7_3c19bc29-e7ec-40ea-9dd4-cd9dc65f018a.webp?crop=center&amp;height=900&amp;v=1772463005&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a3897e4d7_3c19bc29-e7ec-40ea-9dd4-cd9dc65f018a.webp?crop=center&amp;height=1080&amp;v=1772463005&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a3897e4d7_3c19bc29-e7ec-40ea-9dd4-cd9dc65f018a.webp?crop=center&amp;height=1296&amp;v=1772463005&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a3897e4d7_3c19bc29-e7ec-40ea-9dd4-cd9dc65f018a.webp?crop=center&amp;height=1512&amp;v=1772463005&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a3897e4d7_3c19bc29-e7ec-40ea-9dd4-cd9dc65f018a.webp?crop=center&amp;height=2048&amp;v=1772463005&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mounie"
      class="product-card__link"
      
        title="Mounie"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mounie</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-cookie-maman-personnalise/products/mounie"
        class="product-card__link"
        tabindex="-1"
        
          title="Mounie"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel><tab-panel
          id="tab-panel-09f897ba-0c51-4892-8d70-d123e936b05e"
          role="tabpanel"
          aria-labelledby="tab-09f897ba-0c51-4892-8d70-d123e936b05e"
          tabindex="0"
          
            hidden
><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="10058297803090"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/grognon"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Pot à café"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Pot à café – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980969878705_03950e66-913d-4213-9dd7-bedab4853401.webp?crop=center&amp;height=300&amp;v=1773678269&amp;width=300" alt="Pot à café – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980969878705_03950e66-913d-4213-9dd7-bedab4853401.webp?crop=center&amp;height=180&amp;v=1773678269&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980969878705_03950e66-913d-4213-9dd7-bedab4853401.webp?crop=center&amp;height=360&amp;v=1773678269&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980969878705_03950e66-913d-4213-9dd7-bedab4853401.webp?crop=center&amp;height=540&amp;v=1773678269&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980969878705_03950e66-913d-4213-9dd7-bedab4853401.webp?crop=center&amp;height=720&amp;v=1773678269&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980969878705_03950e66-913d-4213-9dd7-bedab4853401.webp?crop=center&amp;height=900&amp;v=1773678269&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980969878705_03950e66-913d-4213-9dd7-bedab4853401.webp?crop=center&amp;height=1080&amp;v=1773678269&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980969878705_03950e66-913d-4213-9dd7-bedab4853401.webp?crop=center&amp;height=1296&amp;v=1773678269&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980969878705_03950e66-913d-4213-9dd7-bedab4853401.webp?crop=center&amp;height=1512&amp;v=1773678269&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980969878705_03950e66-913d-4213-9dd7-bedab4853401.webp?crop=center&amp;height=2048&amp;v=1773678269&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/grognon"
      class="product-card__link"
      
        title="Pot à café"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Pot à café</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/grognon"
        class="product-card__link"
        tabindex="-1"
        
          title="Pot à café"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10058298098002"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/papaccino"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Papaccino"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Papaccino – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/698096f69d2a6_b59e3520-6aee-4c3f-9e65-f7f8cb547209.webp?crop=center&amp;height=300&amp;v=1773676277&amp;width=300" alt="Papaccino – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/698096f69d2a6_b59e3520-6aee-4c3f-9e65-f7f8cb547209.webp?crop=center&amp;height=180&amp;v=1773676277&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/698096f69d2a6_b59e3520-6aee-4c3f-9e65-f7f8cb547209.webp?crop=center&amp;height=360&amp;v=1773676277&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/698096f69d2a6_b59e3520-6aee-4c3f-9e65-f7f8cb547209.webp?crop=center&amp;height=540&amp;v=1773676277&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/698096f69d2a6_b59e3520-6aee-4c3f-9e65-f7f8cb547209.webp?crop=center&amp;height=720&amp;v=1773676277&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/698096f69d2a6_b59e3520-6aee-4c3f-9e65-f7f8cb547209.webp?crop=center&amp;height=900&amp;v=1773676277&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/698096f69d2a6_b59e3520-6aee-4c3f-9e65-f7f8cb547209.webp?crop=center&amp;height=1080&amp;v=1773676277&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/698096f69d2a6_b59e3520-6aee-4c3f-9e65-f7f8cb547209.webp?crop=center&amp;height=1296&amp;v=1773676277&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/698096f69d2a6_b59e3520-6aee-4c3f-9e65-f7f8cb547209.webp?crop=center&amp;height=1512&amp;v=1773676277&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/698096f69d2a6_b59e3520-6aee-4c3f-9e65-f7f8cb547209.webp?crop=center&amp;height=2048&amp;v=1773676277&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/papaccino"
      class="product-card__link"
      
        title="Papaccino"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Papaccino</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/papaccino"
        class="product-card__link"
        tabindex="-1"
        
          title="Papaccino"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10058298032466"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/coffee"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Magique"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Magique – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980971c2a0fb.webp?crop=center&amp;height=300&amp;v=1770034993&amp;width=300" alt="Magique – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980971c2a0fb.webp?crop=center&amp;height=180&amp;v=1770034993&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980971c2a0fb.webp?crop=center&amp;height=360&amp;v=1770034993&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980971c2a0fb.webp?crop=center&amp;height=540&amp;v=1770034993&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980971c2a0fb.webp?crop=center&amp;height=720&amp;v=1770034993&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980971c2a0fb.webp?crop=center&amp;height=900&amp;v=1770034993&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980971c2a0fb.webp?crop=center&amp;height=1080&amp;v=1770034993&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980971c2a0fb.webp?crop=center&amp;height=1296&amp;v=1770034993&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980971c2a0fb.webp?crop=center&amp;height=1512&amp;v=1770034993&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980971c2a0fb.webp?crop=center&amp;height=2048&amp;v=1770034993&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/coffee"
      class="product-card__link"
      
        title="Magique"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Magique</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/coffee"
        class="product-card__link"
        tabindex="-1"
        
          title="Magique"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10058297999698"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/paps"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Café"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Café – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980977457ba0.webp?crop=center&amp;height=300&amp;v=1770035078&amp;width=300" alt="Café – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980977457ba0.webp?crop=center&amp;height=180&amp;v=1770035078&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980977457ba0.webp?crop=center&amp;height=360&amp;v=1770035078&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980977457ba0.webp?crop=center&amp;height=540&amp;v=1770035078&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980977457ba0.webp?crop=center&amp;height=720&amp;v=1770035078&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980977457ba0.webp?crop=center&amp;height=900&amp;v=1770035078&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980977457ba0.webp?crop=center&amp;height=1080&amp;v=1770035078&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980977457ba0.webp?crop=center&amp;height=1296&amp;v=1770035078&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980977457ba0.webp?crop=center&amp;height=1512&amp;v=1770035078&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980977457ba0.webp?crop=center&amp;height=2048&amp;v=1770035078&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/paps"
      class="product-card__link"
      
        title="Café"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Café</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/paps"
        class="product-card__link"
        tabindex="-1"
        
          title="Café"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10058298196306"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/papouu"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Coffee"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Coffee – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/698097c357057.webp?crop=center&amp;height=300&amp;v=1773676242&amp;width=300" alt="Coffee – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/698097c357057.webp?crop=center&amp;height=180&amp;v=1773676242&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/698097c357057.webp?crop=center&amp;height=360&amp;v=1773676242&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/698097c357057.webp?crop=center&amp;height=540&amp;v=1773676242&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/698097c357057.webp?crop=center&amp;height=720&amp;v=1773676242&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/698097c357057.webp?crop=center&amp;height=900&amp;v=1773676242&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/698097c357057.webp?crop=center&amp;height=1080&amp;v=1773676242&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/698097c357057.webp?crop=center&amp;height=1296&amp;v=1773676242&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/698097c357057.webp?crop=center&amp;height=1512&amp;v=1773676242&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/698097c357057.webp?crop=center&amp;height=2048&amp;v=1773676242&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/papouu"
      class="product-card__link"
      
        title="Coffee"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Coffee</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/papouu"
        class="product-card__link"
        tabindex="-1"
        
          title="Coffee"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10058297868626"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/cafe"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Paps"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Paps – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/698098a8cb666_edc23f22-0c2b-4da6-9876-89887b4cbce5.webp?crop=center&amp;height=300&amp;v=1770035753&amp;width=300" alt="Paps – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/698098a8cb666_edc23f22-0c2b-4da6-9876-89887b4cbce5.webp?crop=center&amp;height=180&amp;v=1770035753&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/698098a8cb666_edc23f22-0c2b-4da6-9876-89887b4cbce5.webp?crop=center&amp;height=360&amp;v=1770035753&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/698098a8cb666_edc23f22-0c2b-4da6-9876-89887b4cbce5.webp?crop=center&amp;height=540&amp;v=1770035753&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/698098a8cb666_edc23f22-0c2b-4da6-9876-89887b4cbce5.webp?crop=center&amp;height=720&amp;v=1770035753&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/698098a8cb666_edc23f22-0c2b-4da6-9876-89887b4cbce5.webp?crop=center&amp;height=900&amp;v=1770035753&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/698098a8cb666_edc23f22-0c2b-4da6-9876-89887b4cbce5.webp?crop=center&amp;height=1080&amp;v=1770035753&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/698098a8cb666_edc23f22-0c2b-4da6-9876-89887b4cbce5.webp?crop=center&amp;height=1296&amp;v=1770035753&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/698098a8cb666_edc23f22-0c2b-4da6-9876-89887b4cbce5.webp?crop=center&amp;height=1512&amp;v=1770035753&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/698098a8cb666_edc23f22-0c2b-4da6-9876-89887b4cbce5.webp?crop=center&amp;height=2048&amp;v=1770035753&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/cafe"
      class="product-card__link"
      
        title="Paps"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Paps</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/cafe"
        class="product-card__link"
        tabindex="-1"
        
          title="Paps"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10058298261842"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/dad"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Boîte à café"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Boîte à café – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980975049427_eaa53858-e86f-4d41-839f-c84d0ce81ea2.webp?crop=center&amp;height=300&amp;v=1773676256&amp;width=300" alt="Boîte à café – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980975049427_eaa53858-e86f-4d41-839f-c84d0ce81ea2.webp?crop=center&amp;height=180&amp;v=1773676256&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980975049427_eaa53858-e86f-4d41-839f-c84d0ce81ea2.webp?crop=center&amp;height=360&amp;v=1773676256&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980975049427_eaa53858-e86f-4d41-839f-c84d0ce81ea2.webp?crop=center&amp;height=540&amp;v=1773676256&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980975049427_eaa53858-e86f-4d41-839f-c84d0ce81ea2.webp?crop=center&amp;height=720&amp;v=1773676256&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980975049427_eaa53858-e86f-4d41-839f-c84d0ce81ea2.webp?crop=center&amp;height=900&amp;v=1773676256&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980975049427_eaa53858-e86f-4d41-839f-c84d0ce81ea2.webp?crop=center&amp;height=1080&amp;v=1773676256&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980975049427_eaa53858-e86f-4d41-839f-c84d0ce81ea2.webp?crop=center&amp;height=1296&amp;v=1773676256&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980975049427_eaa53858-e86f-4d41-839f-c84d0ce81ea2.webp?crop=center&amp;height=1512&amp;v=1773676256&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980975049427_eaa53858-e86f-4d41-839f-c84d0ce81ea2.webp?crop=center&amp;height=2048&amp;v=1773676256&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/dad"
      class="product-card__link"
      
        title="Boîte à café"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Boîte à café</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/dad"
        class="product-card__link"
        tabindex="-1"
        
          title="Boîte à café"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10079693013330"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/monsters"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="monsters"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: monsters – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69809917ae11e.webp?crop=center&amp;height=300&amp;v=1770036693&amp;width=300" alt="monsters – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69809917ae11e.webp?crop=center&amp;height=180&amp;v=1770036693&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69809917ae11e.webp?crop=center&amp;height=360&amp;v=1770036693&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69809917ae11e.webp?crop=center&amp;height=540&amp;v=1770036693&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69809917ae11e.webp?crop=center&amp;height=720&amp;v=1770036693&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69809917ae11e.webp?crop=center&amp;height=900&amp;v=1770036693&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69809917ae11e.webp?crop=center&amp;height=1080&amp;v=1770036693&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69809917ae11e.webp?crop=center&amp;height=1296&amp;v=1770036693&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69809917ae11e.webp?crop=center&amp;height=1512&amp;v=1770036693&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69809917ae11e.webp?crop=center&amp;height=2048&amp;v=1770036693&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/monsters"
      class="product-card__link"
      
        title="monsters"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>monsters</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/monsters"
        class="product-card__link"
        tabindex="-1"
        
          title="monsters"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10089896509778"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/tea-time"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tea time"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tea time – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69809de21d80a.webp?crop=center&amp;height=300&amp;v=1770036727&amp;width=300" alt="Tea time – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69809de21d80a.webp?crop=center&amp;height=180&amp;v=1770036727&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69809de21d80a.webp?crop=center&amp;height=360&amp;v=1770036727&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69809de21d80a.webp?crop=center&amp;height=540&amp;v=1770036727&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69809de21d80a.webp?crop=center&amp;height=720&amp;v=1770036727&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69809de21d80a.webp?crop=center&amp;height=900&amp;v=1770036727&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69809de21d80a.webp?crop=center&amp;height=1080&amp;v=1770036727&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69809de21d80a.webp?crop=center&amp;height=1296&amp;v=1770036727&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69809de21d80a.webp?crop=center&amp;height=1512&amp;v=1770036727&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69809de21d80a.webp?crop=center&amp;height=2048&amp;v=1770036727&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/tea-time"
      class="product-card__link"
      
        title="Tea time"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tea time</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/tea-time"
        class="product-card__link"
        tabindex="-1"
        
          title="Tea time"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10089900409170"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/boite-a-the"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Boîte à thé"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Boîte à thé – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69809e030b0fe.webp?crop=center&amp;height=300&amp;v=1770036757&amp;width=300" alt="Boîte à thé – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69809e030b0fe.webp?crop=center&amp;height=180&amp;v=1770036757&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69809e030b0fe.webp?crop=center&amp;height=360&amp;v=1770036757&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69809e030b0fe.webp?crop=center&amp;height=540&amp;v=1770036757&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69809e030b0fe.webp?crop=center&amp;height=720&amp;v=1770036757&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69809e030b0fe.webp?crop=center&amp;height=900&amp;v=1770036757&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69809e030b0fe.webp?crop=center&amp;height=1080&amp;v=1770036757&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69809e030b0fe.webp?crop=center&amp;height=1296&amp;v=1770036757&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69809e030b0fe.webp?crop=center&amp;height=1512&amp;v=1770036757&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69809e030b0fe.webp?crop=center&amp;height=2048&amp;v=1770036757&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/boite-a-the"
      class="product-card__link"
      
        title="Boîte à thé"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Boîte à thé</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/boite-a-the"
        class="product-card__link"
        tabindex="-1"
        
          title="Boîte à thé"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10089897623890"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/pot-a-the"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Pot à thé"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Pot à thé – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69809e2171764.webp?crop=center&amp;height=300&amp;v=1770036787&amp;width=300" alt="Pot à thé – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69809e2171764.webp?crop=center&amp;height=180&amp;v=1770036787&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69809e2171764.webp?crop=center&amp;height=360&amp;v=1770036787&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69809e2171764.webp?crop=center&amp;height=540&amp;v=1770036787&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69809e2171764.webp?crop=center&amp;height=720&amp;v=1770036787&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69809e2171764.webp?crop=center&amp;height=900&amp;v=1770036787&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69809e2171764.webp?crop=center&amp;height=1080&amp;v=1770036787&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69809e2171764.webp?crop=center&amp;height=1296&amp;v=1770036787&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69809e2171764.webp?crop=center&amp;height=1512&amp;v=1770036787&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69809e2171764.webp?crop=center&amp;height=2048&amp;v=1770036787&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/pot-a-the"
      class="product-card__link"
      
        title="Pot à thé"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Pot à thé</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/pot-a-the"
        class="product-card__link"
        tabindex="-1"
        
          title="Pot à thé"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10567375192402"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/papa-oursons"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Papa Oursons"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Papa Oursons – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69809aa9542ab_large_5503ffa0-4a17-4856-b043-4695310ac74f.webp?crop=center&amp;height=300&amp;v=1770035946&amp;width=300" alt="Papa Oursons – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69809aa9542ab_large_5503ffa0-4a17-4856-b043-4695310ac74f.webp?crop=center&amp;height=180&amp;v=1770035946&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69809aa9542ab_large_5503ffa0-4a17-4856-b043-4695310ac74f.webp?crop=center&amp;height=360&amp;v=1770035946&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69809aa9542ab_large_5503ffa0-4a17-4856-b043-4695310ac74f.webp?crop=center&amp;height=540&amp;v=1770035946&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69809aa9542ab_large_5503ffa0-4a17-4856-b043-4695310ac74f.webp?crop=center&amp;height=720&amp;v=1770035946&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69809aa9542ab_large_5503ffa0-4a17-4856-b043-4695310ac74f.webp?crop=center&amp;height=900&amp;v=1770035946&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69809aa9542ab_large_5503ffa0-4a17-4856-b043-4695310ac74f.webp?crop=center&amp;height=1080&amp;v=1770035946&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69809aa9542ab_large_5503ffa0-4a17-4856-b043-4695310ac74f.webp?crop=center&amp;height=1296&amp;v=1770035946&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69809aa9542ab_large_5503ffa0-4a17-4856-b043-4695310ac74f.webp?crop=center&amp;height=1512&amp;v=1770035946&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69809aa9542ab_large_5503ffa0-4a17-4856-b043-4695310ac74f.webp?crop=center&amp;height=2048&amp;v=1770035946&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/papa-oursons"
      class="product-card__link"
      
        title="Papa Oursons"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Papa Oursons</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/idee-cadeau-papa-cafe/products/papa-oursons"
        class="product-card__link"
        tabindex="-1"
        
          title="Papa Oursons"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel><tab-panel
          id="tab-panel-collection_bXqXKK"
          role="tabpanel"
          aria-labelledby="tab-collection_bXqXKK"
          tabindex="0"
          
            hidden
><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="9912720228690"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/nonna"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Nonna"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Nonna – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38a9be3f.webp?crop=center&amp;height=300&amp;v=1770038255&amp;width=300" alt="Nonna – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38a9be3f.webp?crop=center&amp;height=180&amp;v=1770038255&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38a9be3f.webp?crop=center&amp;height=360&amp;v=1770038255&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38a9be3f.webp?crop=center&amp;height=540&amp;v=1770038255&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38a9be3f.webp?crop=center&amp;height=720&amp;v=1770038255&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38a9be3f.webp?crop=center&amp;height=900&amp;v=1770038255&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38a9be3f.webp?crop=center&amp;height=1080&amp;v=1770038255&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38a9be3f.webp?crop=center&amp;height=1296&amp;v=1770038255&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38a9be3f.webp?crop=center&amp;height=1512&amp;v=1770038255&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38a9be3f.webp?crop=center&amp;height=2048&amp;v=1770038255&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/nonna"
      class="product-card__link"
      
        title="Nonna"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Nonna</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/nonna"
        class="product-card__link"
        tabindex="-1"
        
          title="Nonna"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9912724160850"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/poule"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Poule"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Poule – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a904036fe_large_ecef9489-54d4-4256-be56-1ef4c31999a0.webp?crop=center&amp;height=300&amp;v=1771177601&amp;width=300" alt="Poule – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a904036fe_large_ecef9489-54d4-4256-be56-1ef4c31999a0.webp?crop=center&amp;height=180&amp;v=1771177601&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a904036fe_large_ecef9489-54d4-4256-be56-1ef4c31999a0.webp?crop=center&amp;height=360&amp;v=1771177601&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a904036fe_large_ecef9489-54d4-4256-be56-1ef4c31999a0.webp?crop=center&amp;height=540&amp;v=1771177601&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a904036fe_large_ecef9489-54d4-4256-be56-1ef4c31999a0.webp?crop=center&amp;height=720&amp;v=1771177601&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a904036fe_large_ecef9489-54d4-4256-be56-1ef4c31999a0.webp?crop=center&amp;height=900&amp;v=1771177601&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a904036fe_large_ecef9489-54d4-4256-be56-1ef4c31999a0.webp?crop=center&amp;height=1080&amp;v=1771177601&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a904036fe_large_ecef9489-54d4-4256-be56-1ef4c31999a0.webp?crop=center&amp;height=1296&amp;v=1771177601&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a904036fe_large_ecef9489-54d4-4256-be56-1ef4c31999a0.webp?crop=center&amp;height=1512&amp;v=1771177601&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a904036fe_large_ecef9489-54d4-4256-be56-1ef4c31999a0.webp?crop=center&amp;height=2048&amp;v=1771177601&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/poule"
      class="product-card__link"
      
        title="Poule"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Poule</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/poule"
        class="product-card__link"
        tabindex="-1"
        
          title="Poule"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9912705220946"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/biscuits"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Biscuits"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Biscuits – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a3906cef1.webp?crop=center&amp;height=300&amp;v=1770038535&amp;width=300" alt="Biscuits – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a3906cef1.webp?crop=center&amp;height=180&amp;v=1770038535&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a3906cef1.webp?crop=center&amp;height=360&amp;v=1770038535&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a3906cef1.webp?crop=center&amp;height=540&amp;v=1770038535&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a3906cef1.webp?crop=center&amp;height=720&amp;v=1770038535&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a3906cef1.webp?crop=center&amp;height=900&amp;v=1770038535&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a3906cef1.webp?crop=center&amp;height=1080&amp;v=1770038535&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a3906cef1.webp?crop=center&amp;height=1296&amp;v=1770038535&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a3906cef1.webp?crop=center&amp;height=1512&amp;v=1770038535&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a3906cef1.webp?crop=center&amp;height=2048&amp;v=1770038535&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/biscuits"
      class="product-card__link"
      
        title="Biscuits"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Biscuits</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/biscuits"
        class="product-card__link"
        tabindex="-1"
        
          title="Biscuits"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9912717017426"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/gourmandises"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Gourmandises"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Gourmandises – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38660d9e.webp?crop=center&amp;height=300&amp;v=1770038220&amp;width=300" alt="Gourmandises – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38660d9e.webp?crop=center&amp;height=180&amp;v=1770038220&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38660d9e.webp?crop=center&amp;height=360&amp;v=1770038220&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38660d9e.webp?crop=center&amp;height=540&amp;v=1770038220&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38660d9e.webp?crop=center&amp;height=720&amp;v=1770038220&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38660d9e.webp?crop=center&amp;height=900&amp;v=1770038220&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38660d9e.webp?crop=center&amp;height=1080&amp;v=1770038220&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38660d9e.webp?crop=center&amp;height=1296&amp;v=1770038220&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38660d9e.webp?crop=center&amp;height=1512&amp;v=1770038220&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38660d9e.webp?crop=center&amp;height=2048&amp;v=1770038220&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/gourmandises"
      class="product-card__link"
      
        title="Gourmandises"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Gourmandises</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/gourmandises"
        class="product-card__link"
        tabindex="-1"
        
          title="Gourmandises"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9912454611282"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/meilleure-du-monde"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Meilleure du monde"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Meilleure du monde – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/698ee5953ad71.webp?crop=center&amp;height=300&amp;v=1770972569&amp;width=300" alt="Meilleure du monde – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/698ee5953ad71.webp?crop=center&amp;height=180&amp;v=1770972569&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/698ee5953ad71.webp?crop=center&amp;height=360&amp;v=1770972569&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/698ee5953ad71.webp?crop=center&amp;height=540&amp;v=1770972569&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/698ee5953ad71.webp?crop=center&amp;height=720&amp;v=1770972569&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/698ee5953ad71.webp?crop=center&amp;height=900&amp;v=1770972569&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/698ee5953ad71.webp?crop=center&amp;height=1080&amp;v=1770972569&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/698ee5953ad71.webp?crop=center&amp;height=1296&amp;v=1770972569&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/698ee5953ad71.webp?crop=center&amp;height=1512&amp;v=1770972569&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/698ee5953ad71.webp?crop=center&amp;height=2048&amp;v=1770972569&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/meilleure-du-monde"
      class="product-card__link"
      
        title="Meilleure du monde"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Meilleure du monde</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/meilleure-du-monde"
        class="product-card__link"
        tabindex="-1"
        
          title="Meilleure du monde"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9933436617042"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/petit-coeur"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Petit coeur"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Petit coeur – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a390589ee.webp?crop=center&amp;height=300&amp;v=1770038689&amp;width=300" alt="Petit coeur – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a390589ee.webp?crop=center&amp;height=180&amp;v=1770038689&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a390589ee.webp?crop=center&amp;height=360&amp;v=1770038689&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a390589ee.webp?crop=center&amp;height=540&amp;v=1770038689&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a390589ee.webp?crop=center&amp;height=720&amp;v=1770038689&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a390589ee.webp?crop=center&amp;height=900&amp;v=1770038689&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a390589ee.webp?crop=center&amp;height=1080&amp;v=1770038689&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a390589ee.webp?crop=center&amp;height=1296&amp;v=1770038689&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a390589ee.webp?crop=center&amp;height=1512&amp;v=1770038689&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a390589ee.webp?crop=center&amp;height=2048&amp;v=1770038689&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/petit-coeur"
      class="product-card__link"
      
        title="Petit coeur"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Petit coeur</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/petit-coeur"
        class="product-card__link"
        tabindex="-1"
        
          title="Petit coeur"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9912453792082"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/mamie"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamie"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamie – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a3906bfd4_677a86a0-c96c-4ab0-bd67-8d824b6b5cc3.webp?crop=center&amp;height=300&amp;v=1770038348&amp;width=300" alt="Mamie – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a3906bfd4_677a86a0-c96c-4ab0-bd67-8d824b6b5cc3.webp?crop=center&amp;height=180&amp;v=1770038348&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a3906bfd4_677a86a0-c96c-4ab0-bd67-8d824b6b5cc3.webp?crop=center&amp;height=360&amp;v=1770038348&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a3906bfd4_677a86a0-c96c-4ab0-bd67-8d824b6b5cc3.webp?crop=center&amp;height=540&amp;v=1770038348&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a3906bfd4_677a86a0-c96c-4ab0-bd67-8d824b6b5cc3.webp?crop=center&amp;height=720&amp;v=1770038348&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a3906bfd4_677a86a0-c96c-4ab0-bd67-8d824b6b5cc3.webp?crop=center&amp;height=900&amp;v=1770038348&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a3906bfd4_677a86a0-c96c-4ab0-bd67-8d824b6b5cc3.webp?crop=center&amp;height=1080&amp;v=1770038348&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a3906bfd4_677a86a0-c96c-4ab0-bd67-8d824b6b5cc3.webp?crop=center&amp;height=1296&amp;v=1770038348&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a3906bfd4_677a86a0-c96c-4ab0-bd67-8d824b6b5cc3.webp?crop=center&amp;height=1512&amp;v=1770038348&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a3906bfd4_677a86a0-c96c-4ab0-bd67-8d824b6b5cc3.webp?crop=center&amp;height=2048&amp;v=1770038348&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/mamie"
      class="product-card__link"
      
        title="Mamie"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamie</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/mamie"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamie"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9912712003922"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/mamie-biscuits"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamie Biscuits"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamie Biscuits – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a3857cd38.webp?crop=center&amp;height=300&amp;v=1770038303&amp;width=300" alt="Mamie Biscuits – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a3857cd38.webp?crop=center&amp;height=180&amp;v=1770038303&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a3857cd38.webp?crop=center&amp;height=360&amp;v=1770038303&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a3857cd38.webp?crop=center&amp;height=540&amp;v=1770038303&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a3857cd38.webp?crop=center&amp;height=720&amp;v=1770038303&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a3857cd38.webp?crop=center&amp;height=900&amp;v=1770038303&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a3857cd38.webp?crop=center&amp;height=1080&amp;v=1770038303&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a3857cd38.webp?crop=center&amp;height=1296&amp;v=1770038303&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a3857cd38.webp?crop=center&amp;height=1512&amp;v=1770038303&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a3857cd38.webp?crop=center&amp;height=2048&amp;v=1770038303&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/mamie-biscuits"
      class="product-card__link"
      
        title="Mamie Biscuits"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamie Biscuits</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/mamie-biscuits"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamie Biscuits"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9912711151954"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/maminette"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maminette"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maminette – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a3907ab4a.webp?crop=center&amp;height=300&amp;v=1770042163&amp;width=300" alt="Maminette – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a3907ab4a.webp?crop=center&amp;height=180&amp;v=1770042163&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a3907ab4a.webp?crop=center&amp;height=360&amp;v=1770042163&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a3907ab4a.webp?crop=center&amp;height=540&amp;v=1770042163&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a3907ab4a.webp?crop=center&amp;height=720&amp;v=1770042163&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a3907ab4a.webp?crop=center&amp;height=900&amp;v=1770042163&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a3907ab4a.webp?crop=center&amp;height=1080&amp;v=1770042163&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a3907ab4a.webp?crop=center&amp;height=1296&amp;v=1770042163&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a3907ab4a.webp?crop=center&amp;height=1512&amp;v=1770042163&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a3907ab4a.webp?crop=center&amp;height=2048&amp;v=1770042163&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/maminette"
      class="product-card__link"
      
        title="Maminette"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maminette</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/maminette"
        class="product-card__link"
        tabindex="-1"
        
          title="Maminette"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9912709349714"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/flowers"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Flowers"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Flowers – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a3859ebbe.webp?crop=center&amp;height=300&amp;v=1770283246&amp;width=300" alt="Flowers – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a3859ebbe.webp?crop=center&amp;height=180&amp;v=1770283246&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a3859ebbe.webp?crop=center&amp;height=360&amp;v=1770283246&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a3859ebbe.webp?crop=center&amp;height=540&amp;v=1770283246&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a3859ebbe.webp?crop=center&amp;height=720&amp;v=1770283246&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a3859ebbe.webp?crop=center&amp;height=900&amp;v=1770283246&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a3859ebbe.webp?crop=center&amp;height=1080&amp;v=1770283246&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a3859ebbe.webp?crop=center&amp;height=1296&amp;v=1770283246&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a3859ebbe.webp?crop=center&amp;height=1512&amp;v=1770283246&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a3859ebbe.webp?crop=center&amp;height=2048&amp;v=1770283246&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/flowers"
      class="product-card__link"
      
        title="Flowers"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Flowers</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/flowers"
        class="product-card__link"
        tabindex="-1"
        
          title="Flowers"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9933199081810"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/cookies"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cookies"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cookies – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/698c46af3d422_92ce5c88-72a6-4c62-8c44-c03c507abfaa.webp?crop=center&amp;height=300&amp;v=1770800849&amp;width=300" alt="Cookies – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/698c46af3d422_92ce5c88-72a6-4c62-8c44-c03c507abfaa.webp?crop=center&amp;height=180&amp;v=1770800849&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/698c46af3d422_92ce5c88-72a6-4c62-8c44-c03c507abfaa.webp?crop=center&amp;height=360&amp;v=1770800849&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/698c46af3d422_92ce5c88-72a6-4c62-8c44-c03c507abfaa.webp?crop=center&amp;height=540&amp;v=1770800849&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/698c46af3d422_92ce5c88-72a6-4c62-8c44-c03c507abfaa.webp?crop=center&amp;height=720&amp;v=1770800849&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/698c46af3d422_92ce5c88-72a6-4c62-8c44-c03c507abfaa.webp?crop=center&amp;height=900&amp;v=1770800849&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/698c46af3d422_92ce5c88-72a6-4c62-8c44-c03c507abfaa.webp?crop=center&amp;height=1080&amp;v=1770800849&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/698c46af3d422_92ce5c88-72a6-4c62-8c44-c03c507abfaa.webp?crop=center&amp;height=1296&amp;v=1770800849&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/698c46af3d422_92ce5c88-72a6-4c62-8c44-c03c507abfaa.webp?crop=center&amp;height=1512&amp;v=1770800849&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/698c46af3d422_92ce5c88-72a6-4c62-8c44-c03c507abfaa.webp?crop=center&amp;height=2048&amp;v=1770800849&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/cookies"
      class="product-card__link"
      
        title="Cookies"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cookies</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/cookies"
        class="product-card__link"
        tabindex="-1"
        
          title="Cookies"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9912779112786"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/meilleure-nounou"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Meilleure nounou"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Meilleure nounou – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69cb9e6b3d3f4_large_2bbaee7f-02d4-4dc4-9275-f2aeb5e1f54f.webp?crop=center&amp;height=300&amp;v=1774952064&amp;width=300" alt="Meilleure nounou – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69cb9e6b3d3f4_large_2bbaee7f-02d4-4dc4-9275-f2aeb5e1f54f.webp?crop=center&amp;height=180&amp;v=1774952064&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69cb9e6b3d3f4_large_2bbaee7f-02d4-4dc4-9275-f2aeb5e1f54f.webp?crop=center&amp;height=360&amp;v=1774952064&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69cb9e6b3d3f4_large_2bbaee7f-02d4-4dc4-9275-f2aeb5e1f54f.webp?crop=center&amp;height=540&amp;v=1774952064&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69cb9e6b3d3f4_large_2bbaee7f-02d4-4dc4-9275-f2aeb5e1f54f.webp?crop=center&amp;height=720&amp;v=1774952064&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69cb9e6b3d3f4_large_2bbaee7f-02d4-4dc4-9275-f2aeb5e1f54f.webp?crop=center&amp;height=900&amp;v=1774952064&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69cb9e6b3d3f4_large_2bbaee7f-02d4-4dc4-9275-f2aeb5e1f54f.webp?crop=center&amp;height=1080&amp;v=1774952064&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69cb9e6b3d3f4_large_2bbaee7f-02d4-4dc4-9275-f2aeb5e1f54f.webp?crop=center&amp;height=1296&amp;v=1774952064&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69cb9e6b3d3f4_large_2bbaee7f-02d4-4dc4-9275-f2aeb5e1f54f.webp?crop=center&amp;height=1512&amp;v=1774952064&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69cb9e6b3d3f4_large_2bbaee7f-02d4-4dc4-9275-f2aeb5e1f54f.webp?crop=center&amp;height=2048&amp;v=1774952064&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/meilleure-nounou"
      class="product-card__link"
      
        title="Meilleure nounou"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Meilleure nounou</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/meilleure-nounou"
        class="product-card__link"
        tabindex="-1"
        
          title="Meilleure nounou"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9912715313490"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/caramel"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Caramel"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Caramel – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68302c3931716.webp?crop=center&amp;height=300&amp;v=1747988100&amp;width=300" alt="Caramel – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68302c3931716.webp?crop=center&amp;height=180&amp;v=1747988100&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68302c3931716.webp?crop=center&amp;height=360&amp;v=1747988100&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68302c3931716.webp?crop=center&amp;height=540&amp;v=1747988100&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68302c3931716.webp?crop=center&amp;height=720&amp;v=1747988100&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68302c3931716.webp?crop=center&amp;height=900&amp;v=1747988100&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68302c3931716.webp?crop=center&amp;height=1080&amp;v=1747988100&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68302c3931716.webp?crop=center&amp;height=1296&amp;v=1747988100&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68302c3931716.webp?crop=center&amp;height=1512&amp;v=1747988100&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68302c3931716.webp?crop=center&amp;height=2048&amp;v=1747988100&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/caramel"
      class="product-card__link"
      
        title="Caramel"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Caramel</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/caramel"
        class="product-card__link"
        tabindex="-1"
        
          title="Caramel"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9912453202258"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/super-nounou"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Super Nounou"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Super Nounou – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38b2819c.webp?crop=center&amp;height=300&amp;v=1774952557&amp;width=300" alt="Super Nounou – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38b2819c.webp?crop=center&amp;height=180&amp;v=1774952557&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38b2819c.webp?crop=center&amp;height=360&amp;v=1774952557&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38b2819c.webp?crop=center&amp;height=540&amp;v=1774952557&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38b2819c.webp?crop=center&amp;height=720&amp;v=1774952557&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38b2819c.webp?crop=center&amp;height=900&amp;v=1774952557&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38b2819c.webp?crop=center&amp;height=1080&amp;v=1774952557&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38b2819c.webp?crop=center&amp;height=1296&amp;v=1774952557&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38b2819c.webp?crop=center&amp;height=1512&amp;v=1774952557&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38b2819c.webp?crop=center&amp;height=2048&amp;v=1774952557&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/super-nounou"
      class="product-card__link"
      
        title="Super Nounou"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Super Nounou</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/super-nounou"
        class="product-card__link"
        tabindex="-1"
        
          title="Super Nounou"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984258408786"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/maman-coeur"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maman coeur"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maman coeur – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=300&amp;v=1770042230&amp;width=300" alt="Maman coeur – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=180&amp;v=1770042230&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=360&amp;v=1770042230&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=540&amp;v=1770042230&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=720&amp;v=1770042230&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=900&amp;v=1770042230&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=1080&amp;v=1770042230&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=1296&amp;v=1770042230&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=1512&amp;v=1770042230&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38ed82ef.webp?crop=center&amp;height=2048&amp;v=1770042230&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/maman-coeur"
      class="product-card__link"
      
        title="Maman coeur"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maman coeur</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/maman-coeur"
        class="product-card__link"
        tabindex="-1"
        
          title="Maman coeur"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984258802002"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/mam"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mam"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mam – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=300&amp;v=1770283537&amp;width=300" alt="Mam – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=180&amp;v=1770283537&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=360&amp;v=1770283537&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=540&amp;v=1770283537&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=720&amp;v=1770283537&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=900&amp;v=1770283537&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=1080&amp;v=1770283537&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=1296&amp;v=1770283537&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=1512&amp;v=1770283537&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980a38e32557.webp?crop=center&amp;height=2048&amp;v=1770283537&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/mam"
      class="product-card__link"
      
        title="Mam"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mam</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/mam"
        class="product-card__link"
        tabindex="-1"
        
          title="Mam"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984684523858"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/pot-nounou"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Pot Nounou"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Pot Nounou – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69cba10cd2f02_large_81cc3f7d-6450-48e4-accb-889ddd1b546a.webp?crop=center&amp;height=300&amp;v=1774952735&amp;width=300" alt="Pot Nounou – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69cba10cd2f02_large_81cc3f7d-6450-48e4-accb-889ddd1b546a.webp?crop=center&amp;height=180&amp;v=1774952735&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69cba10cd2f02_large_81cc3f7d-6450-48e4-accb-889ddd1b546a.webp?crop=center&amp;height=360&amp;v=1774952735&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69cba10cd2f02_large_81cc3f7d-6450-48e4-accb-889ddd1b546a.webp?crop=center&amp;height=540&amp;v=1774952735&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69cba10cd2f02_large_81cc3f7d-6450-48e4-accb-889ddd1b546a.webp?crop=center&amp;height=720&amp;v=1774952735&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69cba10cd2f02_large_81cc3f7d-6450-48e4-accb-889ddd1b546a.webp?crop=center&amp;height=900&amp;v=1774952735&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69cba10cd2f02_large_81cc3f7d-6450-48e4-accb-889ddd1b546a.webp?crop=center&amp;height=1080&amp;v=1774952735&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69cba10cd2f02_large_81cc3f7d-6450-48e4-accb-889ddd1b546a.webp?crop=center&amp;height=1200&amp;v=1774952735&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/pot-nounou"
      class="product-card__link"
      
        title="Pot Nounou"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Pot Nounou</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/pot-nounou"
        class="product-card__link"
        tabindex="-1"
        
          title="Pot Nounou"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984684884306"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856607e0d22e50"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/pot-a-cookie-personnalise/products/nounou-cherie"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Nounou Cherie"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Nounou Cherie – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69cba1e27e60c_large_0bbc224f-13e4-4c12-904f-20abf0db08d5.webp?crop=center&amp;height=300&amp;v=1774952952&amp;width=300" alt="Nounou Cherie – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69cba1e27e60c_large_0bbc224f-13e4-4c12-904f-20abf0db08d5.webp?crop=center&amp;height=180&amp;v=1774952952&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69cba1e27e60c_large_0bbc224f-13e4-4c12-904f-20abf0db08d5.webp?crop=center&amp;height=360&amp;v=1774952952&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69cba1e27e60c_large_0bbc224f-13e4-4c12-904f-20abf0db08d5.webp?crop=center&amp;height=540&amp;v=1774952952&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69cba1e27e60c_large_0bbc224f-13e4-4c12-904f-20abf0db08d5.webp?crop=center&amp;height=720&amp;v=1774952952&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69cba1e27e60c_large_0bbc224f-13e4-4c12-904f-20abf0db08d5.webp?crop=center&amp;height=900&amp;v=1774952952&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69cba1e27e60c_large_0bbc224f-13e4-4c12-904f-20abf0db08d5.webp?crop=center&amp;height=1080&amp;v=1774952952&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69cba1e27e60c_large_0bbc224f-13e4-4c12-904f-20abf0db08d5.webp?crop=center&amp;height=1296&amp;v=1774952952&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69cba1e27e60c_large_0bbc224f-13e4-4c12-904f-20abf0db08d5.webp?crop=center&amp;height=1512&amp;v=1774952952&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69cba1e27e60c_large_0bbc224f-13e4-4c12-904f-20abf0db08d5.webp?crop=center&amp;height=2048&amp;v=1774952952&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/pot-a-cookie-personnalise/products/nounou-cherie"
      class="product-card__link"
      
        title="Nounou Cherie"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Nounou Cherie</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/pot-a-cookie-personnalise/products/nounou-cherie"
        class="product-card__link"
        tabindex="-1"
        
          title="Nounou Cherie"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>32,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel></tabbed-content>
      

      

  <div
    class="section__link section__link--center js-animate-single"
    data-animation-displacement="0"
    style="      --button-color: initial;      --button-hover-color: initial;      --button-background-color: initial;      --button-hover-background-color: initial;              --color-text: #222222;          "
  >
    <a
      href="https://henrietteandco.com/collections/pot-cookie-maman-personnalise"
      class="section__link-link c-btn c-btn--primary js-update-link"
    >voir la collection</a>
  </div>


    
  </div><script src="//henrietteandco.com/cdn/shop/t/33/assets/items-scroll-paged-navigation.js?v=6570701935369699931776114279" type="module"></script><script src="//henrietteandco.com/cdn/shop/t/33/assets/tabbed-content.js?v=175922217864836671761776114329" type="module"></script></section>


<style> @media (max-width: 749px) {#shopify-section-template--29760633373010__1637856607e0d22e50 .product-card__details {display: flex; justify-content: center; align-items: baseline; /* 🔥 la clé ici */ gap: 8px; flex-wrap: wrap; text-align: center; } #shopify-section-template--29760633373010__1637856607e0d22e50 .product-card__title, #shopify-section-template--29760633373010__1637856607e0d22e50 .product-card__price {margin: 0; font-size: 14px; line-height: 1.2; /* 🔧 important pour cohérence verticale */ }} </style></div><div id="shopify-section-template--29760633373010__section_collection_V9VbBQ" class="shopify-section js-section__featured-collections">

  <link
    rel="stylesheet"
    href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308" rel="stylesheet" type="text/css" media="all" />
  </noscript><link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465"
      media="print"
      onload="this.media='all'"
    >
    <link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465" rel="stylesheet" type="text/css" media="all" />
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330" rel="stylesheet" type="text/css" media="all" />
    </noscript>
<section
  class="section    section--template--29760633373010__section_collection_V9VbBQ    section--featured-collections         section--has-link"
  data-section-id="template--29760633373010__section_collection_V9VbBQ"
  data-section-type="featured-collections"
>
  <div
    class="section__content section__content--padded"
    style="      --space-top: 0px;      --space-bottom: 0px    "
  >
    <div class="container container--large u-ph+@mob"><div
          class="section__title            js-animate-single            section__title--center"
          data-animation-displacement="5"
        ><h2 class="section__title-text">Cabas personnalisés</h2></div></div><style>.section--template--29760633373010__section_collection_V9VbBQ [data-items] {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: hidden;
      }

      .section--template--29760633373010__section_collection_V9VbBQ [data-items] > * {
        flex-shrink: 0;
        flex-grow: 0;
      }
</style><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="10725889999186"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/coeurs"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Coeurs"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Coeurs – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69de4d1493657_large_29d1bb29-7f97-46a6-b7c0-e31b3f31316d.webp?crop=center&amp;height=300&amp;v=1776331966&amp;width=300" alt="Coeurs – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69de4d1493657_large_29d1bb29-7f97-46a6-b7c0-e31b3f31316d.webp?crop=center&amp;height=180&amp;v=1776331966&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69de4d1493657_large_29d1bb29-7f97-46a6-b7c0-e31b3f31316d.webp?crop=center&amp;height=360&amp;v=1776331966&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69de4d1493657_large_29d1bb29-7f97-46a6-b7c0-e31b3f31316d.webp?crop=center&amp;height=540&amp;v=1776331966&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69de4d1493657_large_29d1bb29-7f97-46a6-b7c0-e31b3f31316d.webp?crop=center&amp;height=720&amp;v=1776331966&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69de4d1493657_large_29d1bb29-7f97-46a6-b7c0-e31b3f31316d.webp?crop=center&amp;height=900&amp;v=1776331966&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69de4d1493657_large_29d1bb29-7f97-46a6-b7c0-e31b3f31316d.webp?crop=center&amp;height=1080&amp;v=1776331966&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69de4d1493657_large_29d1bb29-7f97-46a6-b7c0-e31b3f31316d.webp?crop=center&amp;height=1296&amp;v=1776331966&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69de4d1493657_large_29d1bb29-7f97-46a6-b7c0-e31b3f31316d.webp?crop=center&amp;height=1512&amp;v=1776331966&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69de4d1493657_large_29d1bb29-7f97-46a6-b7c0-e31b3f31316d.webp?crop=center&amp;height=2048&amp;v=1776331966&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/coeurs"
      class="product-card__link"
      
        title="Coeurs"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Coeurs</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/coeurs"
        class="product-card__link"
        tabindex="-1"
        
          title="Coeurs"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10725889442130"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/sac-leopard"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Sac léopard"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Sac léopard – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e0a303698e9.webp?crop=center&amp;height=300&amp;v=1776331988&amp;width=300" alt="Sac léopard – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e0a303698e9.webp?crop=center&amp;height=180&amp;v=1776331988&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e0a303698e9.webp?crop=center&amp;height=360&amp;v=1776331988&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e0a303698e9.webp?crop=center&amp;height=540&amp;v=1776331988&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e0a303698e9.webp?crop=center&amp;height=720&amp;v=1776331988&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e0a303698e9.webp?crop=center&amp;height=900&amp;v=1776331988&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e0a303698e9.webp?crop=center&amp;height=1080&amp;v=1776331988&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e0a303698e9.webp?crop=center&amp;height=1296&amp;v=1776331988&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e0a303698e9.webp?crop=center&amp;height=1512&amp;v=1776331988&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e0a303698e9.webp?crop=center&amp;height=2048&amp;v=1776331988&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/sac-leopard"
      class="product-card__link"
      
        title="Sac léopard"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Sac léopard</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/sac-leopard"
        class="product-card__link"
        tabindex="-1"
        
          title="Sac léopard"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555513831762"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-merveilleuse"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - merveilleuse"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - merveilleuse – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980b0b78b376_large_d0b63836-d333-4fe5-8210-ec17a919198c.webp?crop=center&amp;height=300&amp;v=1770041560&amp;width=300" alt="Cabas XXL - merveilleuse – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980b0b78b376_large_d0b63836-d333-4fe5-8210-ec17a919198c.webp?crop=center&amp;height=180&amp;v=1770041560&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980b0b78b376_large_d0b63836-d333-4fe5-8210-ec17a919198c.webp?crop=center&amp;height=360&amp;v=1770041560&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980b0b78b376_large_d0b63836-d333-4fe5-8210-ec17a919198c.webp?crop=center&amp;height=540&amp;v=1770041560&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980b0b78b376_large_d0b63836-d333-4fe5-8210-ec17a919198c.webp?crop=center&amp;height=720&amp;v=1770041560&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980b0b78b376_large_d0b63836-d333-4fe5-8210-ec17a919198c.webp?crop=center&amp;height=900&amp;v=1770041560&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980b0b78b376_large_d0b63836-d333-4fe5-8210-ec17a919198c.webp?crop=center&amp;height=1080&amp;v=1770041560&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980b0b78b376_large_d0b63836-d333-4fe5-8210-ec17a919198c.webp?crop=center&amp;height=1296&amp;v=1770041560&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980b0b78b376_large_d0b63836-d333-4fe5-8210-ec17a919198c.webp?crop=center&amp;height=1512&amp;v=1770041560&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980b0b78b376_large_d0b63836-d333-4fe5-8210-ec17a919198c.webp?crop=center&amp;height=2048&amp;v=1770041560&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-merveilleuse"
      class="product-card__link"
      
        title="Cabas XXL - merveilleuse"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - merveilleuse</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-merveilleuse"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - merveilleuse"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555512258898"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-motif"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Motif"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Motif – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980afa091b2d_large_2fc9fbeb-e6a0-4007-a12a-93e7fae9148e.webp?crop=center&amp;height=300&amp;v=1770041343&amp;width=300" alt="Cabas XXL - Motif – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980afa091b2d_large_2fc9fbeb-e6a0-4007-a12a-93e7fae9148e.webp?crop=center&amp;height=180&amp;v=1770041343&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980afa091b2d_large_2fc9fbeb-e6a0-4007-a12a-93e7fae9148e.webp?crop=center&amp;height=360&amp;v=1770041343&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980afa091b2d_large_2fc9fbeb-e6a0-4007-a12a-93e7fae9148e.webp?crop=center&amp;height=540&amp;v=1770041343&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980afa091b2d_large_2fc9fbeb-e6a0-4007-a12a-93e7fae9148e.webp?crop=center&amp;height=720&amp;v=1770041343&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980afa091b2d_large_2fc9fbeb-e6a0-4007-a12a-93e7fae9148e.webp?crop=center&amp;height=900&amp;v=1770041343&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980afa091b2d_large_2fc9fbeb-e6a0-4007-a12a-93e7fae9148e.webp?crop=center&amp;height=1080&amp;v=1770041343&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980afa091b2d_large_2fc9fbeb-e6a0-4007-a12a-93e7fae9148e.webp?crop=center&amp;height=1296&amp;v=1770041343&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980afa091b2d_large_2fc9fbeb-e6a0-4007-a12a-93e7fae9148e.webp?crop=center&amp;height=1512&amp;v=1770041343&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980afa091b2d_large_2fc9fbeb-e6a0-4007-a12a-93e7fae9148e.webp?crop=center&amp;height=2048&amp;v=1770041343&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-motif"
      class="product-card__link"
      
        title="Cabas XXL - Motif"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Motif</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-motif"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Motif"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555513635154"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-coeur-leo"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Coeur Léo"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Coeur Léo – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980acfc48a52.webp?crop=center&amp;height=300&amp;v=1770040704&amp;width=300" alt="Cabas XXL - Coeur Léo – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980acfc48a52.webp?crop=center&amp;height=180&amp;v=1770040704&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980acfc48a52.webp?crop=center&amp;height=360&amp;v=1770040704&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980acfc48a52.webp?crop=center&amp;height=540&amp;v=1770040704&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980acfc48a52.webp?crop=center&amp;height=720&amp;v=1770040704&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980acfc48a52.webp?crop=center&amp;height=900&amp;v=1770040704&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980acfc48a52.webp?crop=center&amp;height=1080&amp;v=1770040704&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980acfc48a52.webp?crop=center&amp;height=1296&amp;v=1770040704&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980acfc48a52.webp?crop=center&amp;height=1512&amp;v=1770040704&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980acfc48a52.webp?crop=center&amp;height=2048&amp;v=1770040704&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-coeur-leo"
      class="product-card__link"
      
        title="Cabas XXL - Coeur Léo"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Coeur Léo</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-coeur-leo"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Coeur Léo"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555512815954"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-mot-doux"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Mot doux"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Mot doux – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980adefa5439_large_eba02c35-5f0e-48e6-99fe-8fd98b71c032.webp?crop=center&amp;height=300&amp;v=1770040837&amp;width=300" alt="Cabas XXL - Mot doux – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980adefa5439_large_eba02c35-5f0e-48e6-99fe-8fd98b71c032.webp?crop=center&amp;height=180&amp;v=1770040837&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980adefa5439_large_eba02c35-5f0e-48e6-99fe-8fd98b71c032.webp?crop=center&amp;height=360&amp;v=1770040837&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980adefa5439_large_eba02c35-5f0e-48e6-99fe-8fd98b71c032.webp?crop=center&amp;height=540&amp;v=1770040837&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980adefa5439_large_eba02c35-5f0e-48e6-99fe-8fd98b71c032.webp?crop=center&amp;height=720&amp;v=1770040837&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980adefa5439_large_eba02c35-5f0e-48e6-99fe-8fd98b71c032.webp?crop=center&amp;height=900&amp;v=1770040837&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980adefa5439_large_eba02c35-5f0e-48e6-99fe-8fd98b71c032.webp?crop=center&amp;height=1080&amp;v=1770040837&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980adefa5439_large_eba02c35-5f0e-48e6-99fe-8fd98b71c032.webp?crop=center&amp;height=1296&amp;v=1770040837&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980adefa5439_large_eba02c35-5f0e-48e6-99fe-8fd98b71c032.webp?crop=center&amp;height=1512&amp;v=1770040837&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980adefa5439_large_eba02c35-5f0e-48e6-99fe-8fd98b71c032.webp?crop=center&amp;height=2048&amp;v=1770040837&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-mot-doux"
      class="product-card__link"
      
        title="Cabas XXL - Mot doux"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Mot doux</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-mot-doux"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Mot doux"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555512488274"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-campus"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Campus"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Campus – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980acfb6d4e2.webp?crop=center&amp;height=300&amp;v=1770040973&amp;width=300" alt="Cabas XXL - Campus – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980acfb6d4e2.webp?crop=center&amp;height=180&amp;v=1770040973&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980acfb6d4e2.webp?crop=center&amp;height=360&amp;v=1770040973&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980acfb6d4e2.webp?crop=center&amp;height=540&amp;v=1770040973&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980acfb6d4e2.webp?crop=center&amp;height=720&amp;v=1770040973&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980acfb6d4e2.webp?crop=center&amp;height=900&amp;v=1770040973&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980acfb6d4e2.webp?crop=center&amp;height=1080&amp;v=1770040973&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980acfb6d4e2.webp?crop=center&amp;height=1296&amp;v=1770040973&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980acfb6d4e2.webp?crop=center&amp;height=1512&amp;v=1770040973&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980acfb6d4e2.webp?crop=center&amp;height=2048&amp;v=1770040973&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-campus"
      class="product-card__link"
      
        title="Cabas XXL - Campus"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Campus</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-campus"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Campus"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545708400978"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-mama"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Mama"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Mama – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e0af6601bec.webp?crop=center&amp;height=300&amp;v=1776332650&amp;width=300" alt="Cabas XXL - Mama – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e0af6601bec.webp?crop=center&amp;height=180&amp;v=1776332650&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e0af6601bec.webp?crop=center&amp;height=360&amp;v=1776332650&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e0af6601bec.webp?crop=center&amp;height=540&amp;v=1776332650&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e0af6601bec.webp?crop=center&amp;height=720&amp;v=1776332650&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e0af6601bec.webp?crop=center&amp;height=900&amp;v=1776332650&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e0af6601bec.webp?crop=center&amp;height=1080&amp;v=1776332650&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e0af6601bec.webp?crop=center&amp;height=1296&amp;v=1776332650&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e0af6601bec.webp?crop=center&amp;height=1512&amp;v=1776332650&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e0af6601bec.webp?crop=center&amp;height=2048&amp;v=1776332650&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-mama"
      class="product-card__link"
      
        title="Cabas XXL - Mama"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Mama</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-mama"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Mama"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555512586578"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-biscuits"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Biscuits"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Biscuits – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980acfbc16ab.webp?crop=center&amp;height=300&amp;v=1770040922&amp;width=300" alt="Cabas XXL - Biscuits – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980acfbc16ab.webp?crop=center&amp;height=180&amp;v=1770040922&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980acfbc16ab.webp?crop=center&amp;height=360&amp;v=1770040922&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980acfbc16ab.webp?crop=center&amp;height=540&amp;v=1770040922&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980acfbc16ab.webp?crop=center&amp;height=720&amp;v=1770040922&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980acfbc16ab.webp?crop=center&amp;height=900&amp;v=1770040922&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980acfbc16ab.webp?crop=center&amp;height=1080&amp;v=1770040922&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980acfbc16ab.webp?crop=center&amp;height=1296&amp;v=1770040922&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980acfbc16ab.webp?crop=center&amp;height=1512&amp;v=1770040922&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980acfbc16ab.webp?crop=center&amp;height=2048&amp;v=1770040922&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-biscuits"
      class="product-card__link"
      
        title="Cabas XXL - Biscuits"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Biscuits</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-biscuits"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Biscuits"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555513143634"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-initiale"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Initiale"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Initiale – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980acfa99b69.webp?crop=center&amp;height=300&amp;v=1770040778&amp;width=300" alt="Cabas XXL - Initiale – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980acfa99b69.webp?crop=center&amp;height=180&amp;v=1770040778&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980acfa99b69.webp?crop=center&amp;height=360&amp;v=1770040778&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980acfa99b69.webp?crop=center&amp;height=540&amp;v=1770040778&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980acfa99b69.webp?crop=center&amp;height=720&amp;v=1770040778&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980acfa99b69.webp?crop=center&amp;height=900&amp;v=1770040778&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980acfa99b69.webp?crop=center&amp;height=1080&amp;v=1770040778&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980acfa99b69.webp?crop=center&amp;height=1296&amp;v=1770040778&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980acfa99b69.webp?crop=center&amp;height=1512&amp;v=1770040778&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980acfa99b69.webp?crop=center&amp;height=2048&amp;v=1770040778&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-initiale"
      class="product-card__link"
      
        title="Cabas XXL - Initiale"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Initiale</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-initiale"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Initiale"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10568103461202"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-family"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Family"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Family – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6981150fd301f.webp?crop=center&amp;height=300&amp;v=1770067219&amp;width=300" alt="Cabas XXL - Family – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6981150fd301f.webp?crop=center&amp;height=180&amp;v=1770067219&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6981150fd301f.webp?crop=center&amp;height=360&amp;v=1770067219&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6981150fd301f.webp?crop=center&amp;height=540&amp;v=1770067219&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6981150fd301f.webp?crop=center&amp;height=720&amp;v=1770067219&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6981150fd301f.webp?crop=center&amp;height=900&amp;v=1770067219&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6981150fd301f.webp?crop=center&amp;height=1080&amp;v=1770067219&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6981150fd301f.webp?crop=center&amp;height=1296&amp;v=1770067219&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6981150fd301f.webp?crop=center&amp;height=1512&amp;v=1770067219&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6981150fd301f.webp?crop=center&amp;height=2048&amp;v=1770067219&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-family"
      class="product-card__link"
      
        title="Cabas XXL - Family"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Family</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-family"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Family"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555512652114"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-heart"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Heart"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Heart – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980b14b8a2ae_large_30dc138b-7b77-4698-a22b-ba0c46ead175.webp?crop=center&amp;height=300&amp;v=1770041698&amp;width=300" alt="Cabas XXL - Heart – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980b14b8a2ae_large_30dc138b-7b77-4698-a22b-ba0c46ead175.webp?crop=center&amp;height=180&amp;v=1770041698&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980b14b8a2ae_large_30dc138b-7b77-4698-a22b-ba0c46ead175.webp?crop=center&amp;height=360&amp;v=1770041698&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980b14b8a2ae_large_30dc138b-7b77-4698-a22b-ba0c46ead175.webp?crop=center&amp;height=540&amp;v=1770041698&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980b14b8a2ae_large_30dc138b-7b77-4698-a22b-ba0c46ead175.webp?crop=center&amp;height=720&amp;v=1770041698&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980b14b8a2ae_large_30dc138b-7b77-4698-a22b-ba0c46ead175.webp?crop=center&amp;height=900&amp;v=1770041698&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980b14b8a2ae_large_30dc138b-7b77-4698-a22b-ba0c46ead175.webp?crop=center&amp;height=1080&amp;v=1770041698&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980b14b8a2ae_large_30dc138b-7b77-4698-a22b-ba0c46ead175.webp?crop=center&amp;height=1296&amp;v=1770041698&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980b14b8a2ae_large_30dc138b-7b77-4698-a22b-ba0c46ead175.webp?crop=center&amp;height=1512&amp;v=1770041698&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980b14b8a2ae_large_30dc138b-7b77-4698-a22b-ba0c46ead175.webp?crop=center&amp;height=2048&amp;v=1770041698&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-heart"
      class="product-card__link"
      
        title="Cabas XXL - Heart"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Heart</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-heart"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Heart"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555512389970"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-symbol"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Symbol"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Symbol – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980b20426b20_large_eaae4e48-30d5-4ef7-95d2-7d02f2f30836.webp?crop=center&amp;height=300&amp;v=1770041887&amp;width=300" alt="Cabas XXL - Symbol – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980b20426b20_large_eaae4e48-30d5-4ef7-95d2-7d02f2f30836.webp?crop=center&amp;height=180&amp;v=1770041887&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980b20426b20_large_eaae4e48-30d5-4ef7-95d2-7d02f2f30836.webp?crop=center&amp;height=360&amp;v=1770041887&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980b20426b20_large_eaae4e48-30d5-4ef7-95d2-7d02f2f30836.webp?crop=center&amp;height=540&amp;v=1770041887&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980b20426b20_large_eaae4e48-30d5-4ef7-95d2-7d02f2f30836.webp?crop=center&amp;height=720&amp;v=1770041887&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980b20426b20_large_eaae4e48-30d5-4ef7-95d2-7d02f2f30836.webp?crop=center&amp;height=900&amp;v=1770041887&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980b20426b20_large_eaae4e48-30d5-4ef7-95d2-7d02f2f30836.webp?crop=center&amp;height=1080&amp;v=1770041887&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980b20426b20_large_eaae4e48-30d5-4ef7-95d2-7d02f2f30836.webp?crop=center&amp;height=1296&amp;v=1770041887&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980b20426b20_large_eaae4e48-30d5-4ef7-95d2-7d02f2f30836.webp?crop=center&amp;height=1512&amp;v=1770041887&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980b20426b20_large_eaae4e48-30d5-4ef7-95d2-7d02f2f30836.webp?crop=center&amp;height=2048&amp;v=1770041887&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-symbol"
      class="product-card__link"
      
        title="Cabas XXL - Symbol"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Symbol</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-symbol"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Symbol"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555512226130"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-love"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Love"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Love – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980acf9261ed.webp?crop=center&amp;height=300&amp;v=1770041369&amp;width=300" alt="Cabas XXL - Love – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980acf9261ed.webp?crop=center&amp;height=180&amp;v=1770041369&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980acf9261ed.webp?crop=center&amp;height=360&amp;v=1770041369&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980acf9261ed.webp?crop=center&amp;height=540&amp;v=1770041369&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980acf9261ed.webp?crop=center&amp;height=720&amp;v=1770041369&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980acf9261ed.webp?crop=center&amp;height=900&amp;v=1770041369&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980acf9261ed.webp?crop=center&amp;height=1080&amp;v=1770041369&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980acf9261ed.webp?crop=center&amp;height=1296&amp;v=1770041369&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980acf9261ed.webp?crop=center&amp;height=1512&amp;v=1770041369&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980acf9261ed.webp?crop=center&amp;height=2048&amp;v=1770041369&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-love"
      class="product-card__link"
      
        title="Cabas XXL - Love"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Love</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-love"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Love"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555514388818"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-mama-coeur"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Mama coeur"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Mama coeur – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980acfb8bd24.webp?crop=center&amp;height=300&amp;v=1770040717&amp;width=300" alt="Cabas XXL - Mama coeur – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980acfb8bd24.webp?crop=center&amp;height=180&amp;v=1770040717&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980acfb8bd24.webp?crop=center&amp;height=360&amp;v=1770040717&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980acfb8bd24.webp?crop=center&amp;height=540&amp;v=1770040717&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980acfb8bd24.webp?crop=center&amp;height=720&amp;v=1770040717&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980acfb8bd24.webp?crop=center&amp;height=900&amp;v=1770040717&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980acfb8bd24.webp?crop=center&amp;height=1080&amp;v=1770040717&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980acfb8bd24.webp?crop=center&amp;height=1296&amp;v=1770040717&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980acfb8bd24.webp?crop=center&amp;height=1512&amp;v=1770040717&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980acfb8bd24.webp?crop=center&amp;height=2048&amp;v=1770040717&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-mama-coeur"
      class="product-card__link"
      
        title="Cabas XXL - Mama coeur"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Mama coeur</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-mama-coeur"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Mama coeur"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555513897298"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-us"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Us"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Us – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980acfb42e7c.webp?crop=center&amp;height=300&amp;v=1770040669&amp;width=300" alt="Cabas XXL - Us – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980acfb42e7c.webp?crop=center&amp;height=180&amp;v=1770040669&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980acfb42e7c.webp?crop=center&amp;height=360&amp;v=1770040669&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980acfb42e7c.webp?crop=center&amp;height=540&amp;v=1770040669&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980acfb42e7c.webp?crop=center&amp;height=720&amp;v=1770040669&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980acfb42e7c.webp?crop=center&amp;height=900&amp;v=1770040669&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980acfb42e7c.webp?crop=center&amp;height=1080&amp;v=1770040669&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980acfb42e7c.webp?crop=center&amp;height=1296&amp;v=1770040669&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980acfb42e7c.webp?crop=center&amp;height=1512&amp;v=1770040669&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980acfb42e7c.webp?crop=center&amp;height=2048&amp;v=1770040669&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-us"
      class="product-card__link"
      
        title="Cabas XXL - Us"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Us</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-us"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Us"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10555513373010"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_V9VbBQ"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-only-us"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cabas XXL - Only Us"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cabas XXL - Only Us – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6980acfb01ef6.webp?crop=center&amp;height=300&amp;v=1770040764&amp;width=300" alt="Cabas XXL - Only Us – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6980acfb01ef6.webp?crop=center&amp;height=180&amp;v=1770040764&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6980acfb01ef6.webp?crop=center&amp;height=360&amp;v=1770040764&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6980acfb01ef6.webp?crop=center&amp;height=540&amp;v=1770040764&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6980acfb01ef6.webp?crop=center&amp;height=720&amp;v=1770040764&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6980acfb01ef6.webp?crop=center&amp;height=900&amp;v=1770040764&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6980acfb01ef6.webp?crop=center&amp;height=1080&amp;v=1770040764&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6980acfb01ef6.webp?crop=center&amp;height=1296&amp;v=1770040764&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6980acfb01ef6.webp?crop=center&amp;height=1512&amp;v=1770040764&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6980acfb01ef6.webp?crop=center&amp;height=2048&amp;v=1770040764&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-only-us"
      class="product-card__link"
      
        title="Cabas XXL - Only Us"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cabas XXL - Only Us</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cabas-personnalise-maman/products/cabas-xxl-only-us"
        class="product-card__link"
        tabindex="-1"
        
          title="Cabas XXL - Only Us"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>39,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div>
      

      

  <div
    class="section__link section__link--center js-animate-single"
    data-animation-displacement="0"
    style="      --button-color: initial;      --button-hover-color: initial;      --button-background-color: initial;      --button-hover-background-color: initial;              --color-text: #222222;          "
  >
    <a
      href="/collections/cabas-personnalise-xxl"
      class="section__link-link c-btn c-btn--primary js-update-link"
    >VOIR TOUS LES CABAS</a>
  </div>


    
  </div><script src="//henrietteandco.com/cdn/shop/t/33/assets/items-scroll-paged-navigation.js?v=6570701935369699931776114279" type="module"></script></section>


<style> @media (max-width: 749px) {#shopify-section-template--29760633373010__section_collection_V9VbBQ .product-card__details {display: flex; justify-content: center; align-items: baseline; /* 🔥 la clé ici */ gap: 8px; flex-wrap: wrap; text-align: center; } #shopify-section-template--29760633373010__section_collection_V9VbBQ .product-card__title, #shopify-section-template--29760633373010__section_collection_V9VbBQ .product-card__price {margin: 0; font-size: 14px; line-height: 1.2; /* 🔧 important pour cohérence verticale */ }} </style></div><div id="shopify-section-template--29760633373010__section_collection_TUaXCH" class="shopify-section js-section__featured-collections">

  <link
    rel="stylesheet"
    href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308" rel="stylesheet" type="text/css" media="all" />
  </noscript><link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465"
      media="print"
      onload="this.media='all'"
    >
    <link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465" rel="stylesheet" type="text/css" media="all" />
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330" rel="stylesheet" type="text/css" media="all" />
    </noscript>
<section
  class="section    section--template--29760633373010__section_collection_TUaXCH    section--featured-collections         section--has-link"
  data-section-id="template--29760633373010__section_collection_TUaXCH"
  data-section-type="featured-collections"
>
  <div
    class="section__content section__content--padded"
    style="      --space-top: 0px;      --space-bottom: 0px    "
  >
    <div class="container container--large u-ph+@mob"><div
          class="section__title            js-animate-single            section__title--center"
          data-animation-displacement="5"
        ><h2 class="section__title-text">Tablier personnalisé</h2></div></div><style>.section--template--29760633373010__section_collection_TUaXCH [data-items] {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: hidden;
      }

      .section--template--29760633373010__section_collection_TUaXCH [data-items] > * {
        flex-shrink: 0;
        flex-grow: 0;
      }
</style><link
        rel="stylesheet"
        href="//henrietteandco.com/cdn/shop/t/33/assets/component-tabbed-content.css?v=139149231608286659581776114255"
        media="print"
        onload="this.media='all'"
      >
      <noscript>
        <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-tabbed-content.css?v=139149231608286659581776114255" rel="stylesheet" type="text/css" media="all" />
      </noscript>
      <tabbed-content align-items="center"><div class="tab-triggers__wrapper container--large u-ph0@mob">
          <tab-triggers
            role="tablist"
            
          ><button
                type="button"
                role="tab"
                aria-controls="tab-panel-collection_xRF7M7"
                id="tab-collection_xRF7M7"
                
                  aria-selected="true"
                  tabindex="0"
                
                
                
                  data-update-link="/collections/tablier-personnalise"
                
                
              >Maman</button><button
                type="button"
                role="tab"
                aria-controls="tab-panel-collection_7CPwka"
                id="tab-collection_7CPwka"
                
                  aria-selected="false"
                  tabindex="-1"
                
                
                
                  data-update-link="/collections/tablier-personnalise"
                
                
              >Papa</button></tab-triggers>
        </div><tab-panel
          id="tab-panel-collection_xRF7M7"
          role="tabpanel"
          aria-labelledby="tab-collection_xRF7M7"
          tabindex="0"
          
        ><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="10545697161554"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-leopard"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Léopard"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Léopard – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970a0a1a5f7d_large_7a668cb9-ad14-4952-a283-f4867c9143b7.webp?crop=center&amp;height=300&amp;v=1769088217&amp;width=300" alt="Tablier - Léopard – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970a0a1a5f7d_large_7a668cb9-ad14-4952-a283-f4867c9143b7.webp?crop=center&amp;height=180&amp;v=1769088217&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970a0a1a5f7d_large_7a668cb9-ad14-4952-a283-f4867c9143b7.webp?crop=center&amp;height=360&amp;v=1769088217&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970a0a1a5f7d_large_7a668cb9-ad14-4952-a283-f4867c9143b7.webp?crop=center&amp;height=540&amp;v=1769088217&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970a0a1a5f7d_large_7a668cb9-ad14-4952-a283-f4867c9143b7.webp?crop=center&amp;height=720&amp;v=1769088217&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970a0a1a5f7d_large_7a668cb9-ad14-4952-a283-f4867c9143b7.webp?crop=center&amp;height=900&amp;v=1769088217&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970a0a1a5f7d_large_7a668cb9-ad14-4952-a283-f4867c9143b7.webp?crop=center&amp;height=1080&amp;v=1769088217&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970a0a1a5f7d_large_7a668cb9-ad14-4952-a283-f4867c9143b7.webp?crop=center&amp;height=1200&amp;v=1769088217&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-leopard"
      class="product-card__link"
      
        title="Tablier - Léopard"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Léopard</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-leopard"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Léopard"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545707221330"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-maman-poule"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Maman Poule"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Maman Poule – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970b9a7a130f.webp?crop=center&amp;height=300&amp;v=1769088459&amp;width=300" alt="Tablier - Maman Poule – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970b9a7a130f.webp?crop=center&amp;height=180&amp;v=1769088459&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970b9a7a130f.webp?crop=center&amp;height=360&amp;v=1769088459&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970b9a7a130f.webp?crop=center&amp;height=540&amp;v=1769088459&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970b9a7a130f.webp?crop=center&amp;height=720&amp;v=1769088459&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970b9a7a130f.webp?crop=center&amp;height=900&amp;v=1769088459&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970b9a7a130f.webp?crop=center&amp;height=1080&amp;v=1769088459&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970b9a7a130f.webp?crop=center&amp;height=1296&amp;v=1769088459&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6970b9a7a130f.webp?crop=center&amp;height=1512&amp;v=1769088459&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6970b9a7a130f.webp?crop=center&amp;height=2048&amp;v=1769088459&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-maman-poule"
      class="product-card__link"
      
        title="Tablier - Maman Poule"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Maman Poule</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-maman-poule"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Maman Poule"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545702830418"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-maman-coeur"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Maman coeur"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Maman coeur – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970b085dfad8_large_d01451ab-3952-43d1-9e1b-e0f50c628dff.webp?crop=center&amp;height=300&amp;v=1769088341&amp;width=300" alt="Tablier - Maman coeur – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970b085dfad8_large_d01451ab-3952-43d1-9e1b-e0f50c628dff.webp?crop=center&amp;height=180&amp;v=1769088341&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970b085dfad8_large_d01451ab-3952-43d1-9e1b-e0f50c628dff.webp?crop=center&amp;height=360&amp;v=1769088341&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970b085dfad8_large_d01451ab-3952-43d1-9e1b-e0f50c628dff.webp?crop=center&amp;height=540&amp;v=1769088341&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970b085dfad8_large_d01451ab-3952-43d1-9e1b-e0f50c628dff.webp?crop=center&amp;height=720&amp;v=1769088341&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970b085dfad8_large_d01451ab-3952-43d1-9e1b-e0f50c628dff.webp?crop=center&amp;height=900&amp;v=1769088341&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970b085dfad8_large_d01451ab-3952-43d1-9e1b-e0f50c628dff.webp?crop=center&amp;height=1080&amp;v=1769088341&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970b085dfad8_large_d01451ab-3952-43d1-9e1b-e0f50c628dff.webp?crop=center&amp;height=1200&amp;v=1769088341&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-maman-coeur"
      class="product-card__link"
      
        title="Tablier - Maman coeur"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Maman coeur</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-maman-coeur"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Maman coeur"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545702404434"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-meilleure"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Meilleure"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Meilleure – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970af93356ce_large_e9fbf143-2ce2-4cd5-b870-1bea946594e0.webp?crop=center&amp;height=300&amp;v=1769088325&amp;width=300" alt="Tablier - Meilleure – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970af93356ce_large_e9fbf143-2ce2-4cd5-b870-1bea946594e0.webp?crop=center&amp;height=180&amp;v=1769088325&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970af93356ce_large_e9fbf143-2ce2-4cd5-b870-1bea946594e0.webp?crop=center&amp;height=360&amp;v=1769088325&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970af93356ce_large_e9fbf143-2ce2-4cd5-b870-1bea946594e0.webp?crop=center&amp;height=540&amp;v=1769088325&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970af93356ce_large_e9fbf143-2ce2-4cd5-b870-1bea946594e0.webp?crop=center&amp;height=720&amp;v=1769088325&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970af93356ce_large_e9fbf143-2ce2-4cd5-b870-1bea946594e0.webp?crop=center&amp;height=900&amp;v=1769088325&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970af93356ce_large_e9fbf143-2ce2-4cd5-b870-1bea946594e0.webp?crop=center&amp;height=1080&amp;v=1769088325&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970af93356ce_large_e9fbf143-2ce2-4cd5-b870-1bea946594e0.webp?crop=center&amp;height=1200&amp;v=1769088325&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-meilleure"
      class="product-card__link"
      
        title="Tablier - Meilleure"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Meilleure</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-meilleure"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Meilleure"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545701060946"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-campus"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Campus"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Campus – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970a31234f52_large_86353879-f9a5-48e9-85d1-de66726e9815.webp?crop=center&amp;height=300&amp;v=1769088256&amp;width=300" alt="Tablier - Campus – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970a31234f52_large_86353879-f9a5-48e9-85d1-de66726e9815.webp?crop=center&amp;height=180&amp;v=1769088256&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970a31234f52_large_86353879-f9a5-48e9-85d1-de66726e9815.webp?crop=center&amp;height=360&amp;v=1769088256&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970a31234f52_large_86353879-f9a5-48e9-85d1-de66726e9815.webp?crop=center&amp;height=540&amp;v=1769088256&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970a31234f52_large_86353879-f9a5-48e9-85d1-de66726e9815.webp?crop=center&amp;height=720&amp;v=1769088256&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970a31234f52_large_86353879-f9a5-48e9-85d1-de66726e9815.webp?crop=center&amp;height=900&amp;v=1769088256&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970a31234f52_large_86353879-f9a5-48e9-85d1-de66726e9815.webp?crop=center&amp;height=1080&amp;v=1769088256&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970a31234f52_large_86353879-f9a5-48e9-85d1-de66726e9815.webp?crop=center&amp;height=1200&amp;v=1769088256&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-campus"
      class="product-card__link"
      
        title="Tablier - Campus"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Campus</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-campus"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Campus"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545703158098"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-veilleuse"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - veilleuse"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - veilleuse – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970b0fd3e7b7_large_49637bc7-5a79-4c02-afca-e244acc8ebb1.webp?crop=center&amp;height=300&amp;v=1769088370&amp;width=300" alt="Tablier - veilleuse – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970b0fd3e7b7_large_49637bc7-5a79-4c02-afca-e244acc8ebb1.webp?crop=center&amp;height=180&amp;v=1769088370&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970b0fd3e7b7_large_49637bc7-5a79-4c02-afca-e244acc8ebb1.webp?crop=center&amp;height=360&amp;v=1769088370&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970b0fd3e7b7_large_49637bc7-5a79-4c02-afca-e244acc8ebb1.webp?crop=center&amp;height=540&amp;v=1769088370&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970b0fd3e7b7_large_49637bc7-5a79-4c02-afca-e244acc8ebb1.webp?crop=center&amp;height=720&amp;v=1769088370&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970b0fd3e7b7_large_49637bc7-5a79-4c02-afca-e244acc8ebb1.webp?crop=center&amp;height=900&amp;v=1769088370&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970b0fd3e7b7_large_49637bc7-5a79-4c02-afca-e244acc8ebb1.webp?crop=center&amp;height=1080&amp;v=1769088370&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970b0fd3e7b7_large_49637bc7-5a79-4c02-afca-e244acc8ebb1.webp?crop=center&amp;height=1200&amp;v=1769088370&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-veilleuse"
      class="product-card__link"
      
        title="Tablier - veilleuse"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - veilleuse</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-veilleuse"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - veilleuse"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10543621538130"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-coeur"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Coeur"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Coeur – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69709f8a506a6_large_0a0d68d3-a395-4583-9c3a-dc9957ddd14b.webp?crop=center&amp;height=300&amp;v=1768997010&amp;width=300" alt="Tablier - Coeur – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69709f8a506a6_large_0a0d68d3-a395-4583-9c3a-dc9957ddd14b.webp?crop=center&amp;height=180&amp;v=1768997010&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69709f8a506a6_large_0a0d68d3-a395-4583-9c3a-dc9957ddd14b.webp?crop=center&amp;height=360&amp;v=1768997010&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69709f8a506a6_large_0a0d68d3-a395-4583-9c3a-dc9957ddd14b.webp?crop=center&amp;height=540&amp;v=1768997010&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69709f8a506a6_large_0a0d68d3-a395-4583-9c3a-dc9957ddd14b.webp?crop=center&amp;height=720&amp;v=1768997010&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69709f8a506a6_large_0a0d68d3-a395-4583-9c3a-dc9957ddd14b.webp?crop=center&amp;height=900&amp;v=1768997010&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69709f8a506a6_large_0a0d68d3-a395-4583-9c3a-dc9957ddd14b.webp?crop=center&amp;height=1080&amp;v=1768997010&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69709f8a506a6_large_0a0d68d3-a395-4583-9c3a-dc9957ddd14b.webp?crop=center&amp;height=1200&amp;v=1768997010&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-coeur"
      class="product-card__link"
      
        title="Tablier - Coeur"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Coeur</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-coeur"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Coeur"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545701912914"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-biscuits"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Biscuits"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Biscuits – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970ad68d68f7_large_ebc221fc-cde4-434a-aa49-df65df5d2dbd.webp?crop=center&amp;height=300&amp;v=1769088287&amp;width=300" alt="Tablier - Biscuits – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970ad68d68f7_large_ebc221fc-cde4-434a-aa49-df65df5d2dbd.webp?crop=center&amp;height=180&amp;v=1769088287&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970ad68d68f7_large_ebc221fc-cde4-434a-aa49-df65df5d2dbd.webp?crop=center&amp;height=360&amp;v=1769088287&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970ad68d68f7_large_ebc221fc-cde4-434a-aa49-df65df5d2dbd.webp?crop=center&amp;height=540&amp;v=1769088287&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970ad68d68f7_large_ebc221fc-cde4-434a-aa49-df65df5d2dbd.webp?crop=center&amp;height=720&amp;v=1769088287&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970ad68d68f7_large_ebc221fc-cde4-434a-aa49-df65df5d2dbd.webp?crop=center&amp;height=900&amp;v=1769088287&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970ad68d68f7_large_ebc221fc-cde4-434a-aa49-df65df5d2dbd.webp?crop=center&amp;height=1080&amp;v=1769088287&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970ad68d68f7_large_ebc221fc-cde4-434a-aa49-df65df5d2dbd.webp?crop=center&amp;height=1200&amp;v=1769088287&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-biscuits"
      class="product-card__link"
      
        title="Tablier - Biscuits"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Biscuits</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-biscuits"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Biscuits"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545702633810"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-scrabble"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Scrabble"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Scrabble – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970b0076bdd2_large_d01fa389-2052-47df-b153-6a2f6c34cb6f.webp?crop=center&amp;height=300&amp;v=1769088338&amp;width=300" alt="Tablier - Scrabble – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970b0076bdd2_large_d01fa389-2052-47df-b153-6a2f6c34cb6f.webp?crop=center&amp;height=180&amp;v=1769088338&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970b0076bdd2_large_d01fa389-2052-47df-b153-6a2f6c34cb6f.webp?crop=center&amp;height=360&amp;v=1769088338&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970b0076bdd2_large_d01fa389-2052-47df-b153-6a2f6c34cb6f.webp?crop=center&amp;height=540&amp;v=1769088338&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970b0076bdd2_large_d01fa389-2052-47df-b153-6a2f6c34cb6f.webp?crop=center&amp;height=720&amp;v=1769088338&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970b0076bdd2_large_d01fa389-2052-47df-b153-6a2f6c34cb6f.webp?crop=center&amp;height=900&amp;v=1769088338&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970b0076bdd2_large_d01fa389-2052-47df-b153-6a2f6c34cb6f.webp?crop=center&amp;height=1080&amp;v=1769088338&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970b0076bdd2_large_d01fa389-2052-47df-b153-6a2f6c34cb6f.webp?crop=center&amp;height=1296&amp;v=1769088338&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6970b0076bdd2_large_d01fa389-2052-47df-b153-6a2f6c34cb6f.webp?crop=center&amp;height=1512&amp;v=1769088338&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6970b0076bdd2_large_d01fa389-2052-47df-b153-6a2f6c34cb6f.webp?crop=center&amp;height=2048&amp;v=1769088338&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-scrabble"
      class="product-card__link"
      
        title="Tablier - Scrabble"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Scrabble</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-scrabble"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Scrabble"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545701749074"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-texte"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Texte"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Texte – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=300&amp;v=1769088276&amp;width=300" alt="Tablier - Texte – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=180&amp;v=1769088276&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=360&amp;v=1769088276&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=540&amp;v=1769088276&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=720&amp;v=1769088276&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=900&amp;v=1769088276&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=1080&amp;v=1769088276&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=1200&amp;v=1769088276&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-texte"
      class="product-card__link"
      
        title="Tablier - Texte"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Texte</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-texte"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Texte"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545707057490"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-mama"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Mama"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Mama – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970b382af810.webp?crop=center&amp;height=300&amp;v=1769088447&amp;width=300" alt="Tablier - Mama – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970b382af810.webp?crop=center&amp;height=180&amp;v=1769088447&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970b382af810.webp?crop=center&amp;height=360&amp;v=1769088447&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970b382af810.webp?crop=center&amp;height=540&amp;v=1769088447&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970b382af810.webp?crop=center&amp;height=720&amp;v=1769088447&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970b382af810.webp?crop=center&amp;height=900&amp;v=1769088447&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970b382af810.webp?crop=center&amp;height=1080&amp;v=1769088447&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970b382af810.webp?crop=center&amp;height=1296&amp;v=1769088447&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6970b382af810.webp?crop=center&amp;height=1512&amp;v=1769088447&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6970b382af810.webp?crop=center&amp;height=2048&amp;v=1769088447&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-mama"
      class="product-card__link"
      
        title="Tablier - Mama"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Mama</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-mama"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Mama"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545706631506"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-graou-love"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Graou Love"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Graou Love – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970b36d2c33b_large_fd9833c5-c829-4114-afc4-362db60c1e8b.webp?crop=center&amp;height=300&amp;v=1769088443&amp;width=300" alt="Tablier - Graou Love – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970b36d2c33b_large_fd9833c5-c829-4114-afc4-362db60c1e8b.webp?crop=center&amp;height=180&amp;v=1769088443&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970b36d2c33b_large_fd9833c5-c829-4114-afc4-362db60c1e8b.webp?crop=center&amp;height=360&amp;v=1769088443&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970b36d2c33b_large_fd9833c5-c829-4114-afc4-362db60c1e8b.webp?crop=center&amp;height=540&amp;v=1769088443&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970b36d2c33b_large_fd9833c5-c829-4114-afc4-362db60c1e8b.webp?crop=center&amp;height=720&amp;v=1769088443&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970b36d2c33b_large_fd9833c5-c829-4114-afc4-362db60c1e8b.webp?crop=center&amp;height=900&amp;v=1769088443&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970b36d2c33b_large_fd9833c5-c829-4114-afc4-362db60c1e8b.webp?crop=center&amp;height=1080&amp;v=1769088443&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970b36d2c33b_large_fd9833c5-c829-4114-afc4-362db60c1e8b.webp?crop=center&amp;height=1200&amp;v=1769088443&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-graou-love"
      class="product-card__link"
      
        title="Tablier - Graou Love"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Graou Love</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-graou-love"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Graou Love"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545698537810"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-motif"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Motif"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Motif – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970a1868ceb4_large_20bfcaa6-b6e4-411c-b8fc-78fcc3237926.webp?crop=center&amp;height=300&amp;v=1769088228&amp;width=300" alt="Tablier - Motif – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970a1868ceb4_large_20bfcaa6-b6e4-411c-b8fc-78fcc3237926.webp?crop=center&amp;height=180&amp;v=1769088228&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970a1868ceb4_large_20bfcaa6-b6e4-411c-b8fc-78fcc3237926.webp?crop=center&amp;height=360&amp;v=1769088228&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970a1868ceb4_large_20bfcaa6-b6e4-411c-b8fc-78fcc3237926.webp?crop=center&amp;height=540&amp;v=1769088228&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970a1868ceb4_large_20bfcaa6-b6e4-411c-b8fc-78fcc3237926.webp?crop=center&amp;height=720&amp;v=1769088228&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970a1868ceb4_large_20bfcaa6-b6e4-411c-b8fc-78fcc3237926.webp?crop=center&amp;height=900&amp;v=1769088228&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970a1868ceb4_large_20bfcaa6-b6e4-411c-b8fc-78fcc3237926.webp?crop=center&amp;height=1080&amp;v=1769088228&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970a1868ceb4_large_20bfcaa6-b6e4-411c-b8fc-78fcc3237926.webp?crop=center&amp;height=1200&amp;v=1769088228&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-motif"
      class="product-card__link"
      
        title="Tablier - Motif"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Motif</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-motif"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Motif"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545704370514"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-mot"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Mot"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Mot – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970b1e0d9dff.webp?crop=center&amp;height=300&amp;v=1769088411&amp;width=300" alt="Tablier - Mot – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970b1e0d9dff.webp?crop=center&amp;height=180&amp;v=1769088411&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970b1e0d9dff.webp?crop=center&amp;height=360&amp;v=1769088411&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970b1e0d9dff.webp?crop=center&amp;height=540&amp;v=1769088411&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970b1e0d9dff.webp?crop=center&amp;height=720&amp;v=1769088411&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970b1e0d9dff.webp?crop=center&amp;height=900&amp;v=1769088411&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970b1e0d9dff.webp?crop=center&amp;height=1080&amp;v=1769088411&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970b1e0d9dff.webp?crop=center&amp;height=1296&amp;v=1769088411&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6970b1e0d9dff.webp?crop=center&amp;height=1512&amp;v=1769088411&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6970b1e0d9dff.webp?crop=center&amp;height=2048&amp;v=1769088411&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-mot"
      class="product-card__link"
      
        title="Tablier - Mot"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Mot</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-mot"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Mot"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545703878994"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-super-maman"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Super maman"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Super maman – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970b1b16df79.webp?crop=center&amp;height=300&amp;v=1769088403&amp;width=300" alt="Tablier - Super maman – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970b1b16df79.webp?crop=center&amp;height=180&amp;v=1769088403&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970b1b16df79.webp?crop=center&amp;height=360&amp;v=1769088403&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970b1b16df79.webp?crop=center&amp;height=540&amp;v=1769088403&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970b1b16df79.webp?crop=center&amp;height=720&amp;v=1769088403&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970b1b16df79.webp?crop=center&amp;height=900&amp;v=1769088403&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970b1b16df79.webp?crop=center&amp;height=1080&amp;v=1769088403&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970b1b16df79.webp?crop=center&amp;height=1296&amp;v=1769088403&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6970b1b16df79.webp?crop=center&amp;height=1512&amp;v=1769088403&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6970b1b16df79.webp?crop=center&amp;height=2048&amp;v=1769088403&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-super-maman"
      class="product-card__link"
      
        title="Tablier - Super maman"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Super maman</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-super-maman"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Super maman"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545701618002"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-photo"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Photo"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Photo – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=300&amp;v=1769088265&amp;width=300" alt="Tablier - Photo – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=180&amp;v=1769088265&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=360&amp;v=1769088265&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=540&amp;v=1769088265&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=720&amp;v=1769088265&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=900&amp;v=1769088265&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=1080&amp;v=1769088265&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=1200&amp;v=1769088265&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-photo"
      class="product-card__link"
      
        title="Tablier - Photo"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Photo</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-photo"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Photo"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545701355858"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-initiale"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Initiale"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Initiale – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6972250106e0e.webp?crop=center&amp;height=300&amp;v=1769088263&amp;width=300" alt="Tablier - Initiale – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6972250106e0e.webp?crop=center&amp;height=180&amp;v=1769088263&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6972250106e0e.webp?crop=center&amp;height=360&amp;v=1769088263&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6972250106e0e.webp?crop=center&amp;height=540&amp;v=1769088263&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6972250106e0e.webp?crop=center&amp;height=720&amp;v=1769088263&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6972250106e0e.webp?crop=center&amp;height=900&amp;v=1769088263&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6972250106e0e.webp?crop=center&amp;height=1080&amp;v=1769088263&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6972250106e0e.webp?crop=center&amp;height=1296&amp;v=1769088263&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6972250106e0e.webp?crop=center&amp;height=1512&amp;v=1769088263&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6972250106e0e.webp?crop=center&amp;height=2048&amp;v=1769088263&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-initiale"
      class="product-card__link"
      
        title="Tablier - Initiale"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Initiale</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-initiale"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Initiale"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545702011218"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-prenom"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Prénom"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Prénom – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970ae1334d29.webp?crop=center&amp;height=300&amp;v=1769088295&amp;width=300" alt="Tablier - Prénom – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970ae1334d29.webp?crop=center&amp;height=180&amp;v=1769088295&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970ae1334d29.webp?crop=center&amp;height=360&amp;v=1769088295&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970ae1334d29.webp?crop=center&amp;height=540&amp;v=1769088295&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970ae1334d29.webp?crop=center&amp;height=720&amp;v=1769088295&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970ae1334d29.webp?crop=center&amp;height=900&amp;v=1769088295&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970ae1334d29.webp?crop=center&amp;height=1080&amp;v=1769088295&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970ae1334d29.webp?crop=center&amp;height=1296&amp;v=1769088295&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6970ae1334d29.webp?crop=center&amp;height=1512&amp;v=1769088295&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6970ae1334d29.webp?crop=center&amp;height=2048&amp;v=1769088295&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-prenom"
      class="product-card__link"
      
        title="Tablier - Prénom"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Prénom</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-femme/products/tablier-prenom"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Prénom"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel><tab-panel
          id="tab-panel-collection_7CPwka"
          role="tabpanel"
          aria-labelledby="tab-collection_7CPwka"
          tabindex="0"
          
            hidden
><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="10545702207826"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-papasaurus"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier -PapaSaurus"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier -PapaSaurus – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e771bf500b7_large_5f27fe97-3482-4ff2-8163-7eec71798d05.webp?crop=center&amp;height=300&amp;v=1776775963&amp;width=300" alt="Tablier -PapaSaurus – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e771bf500b7_large_5f27fe97-3482-4ff2-8163-7eec71798d05.webp?crop=center&amp;height=180&amp;v=1776775963&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e771bf500b7_large_5f27fe97-3482-4ff2-8163-7eec71798d05.webp?crop=center&amp;height=360&amp;v=1776775963&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e771bf500b7_large_5f27fe97-3482-4ff2-8163-7eec71798d05.webp?crop=center&amp;height=540&amp;v=1776775963&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e771bf500b7_large_5f27fe97-3482-4ff2-8163-7eec71798d05.webp?crop=center&amp;height=720&amp;v=1776775963&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e771bf500b7_large_5f27fe97-3482-4ff2-8163-7eec71798d05.webp?crop=center&amp;height=900&amp;v=1776775963&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e771bf500b7_large_5f27fe97-3482-4ff2-8163-7eec71798d05.webp?crop=center&amp;height=1080&amp;v=1776775963&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e771bf500b7_large_5f27fe97-3482-4ff2-8163-7eec71798d05.webp?crop=center&amp;height=1296&amp;v=1776775963&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e771bf500b7_large_5f27fe97-3482-4ff2-8163-7eec71798d05.webp?crop=center&amp;height=1512&amp;v=1776775963&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e771bf500b7_large_5f27fe97-3482-4ff2-8163-7eec71798d05.webp?crop=center&amp;height=2048&amp;v=1776775963&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-papasaurus"
      class="product-card__link"
      
        title="Tablier -PapaSaurus"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier -PapaSaurus</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-papasaurus"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier -PapaSaurus"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545702043986"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-papa-ours"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Papa Ours"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Papa Ours – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970ae37ae95a.webp?crop=center&amp;height=300&amp;v=1769088301&amp;width=300" alt="Tablier - Papa Ours – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970ae37ae95a.webp?crop=center&amp;height=180&amp;v=1769088301&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970ae37ae95a.webp?crop=center&amp;height=360&amp;v=1769088301&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970ae37ae95a.webp?crop=center&amp;height=540&amp;v=1769088301&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970ae37ae95a.webp?crop=center&amp;height=720&amp;v=1769088301&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970ae37ae95a.webp?crop=center&amp;height=900&amp;v=1769088301&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970ae37ae95a.webp?crop=center&amp;height=1080&amp;v=1769088301&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970ae37ae95a.webp?crop=center&amp;height=1296&amp;v=1769088301&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6970ae37ae95a.webp?crop=center&amp;height=1512&amp;v=1769088301&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6970ae37ae95a.webp?crop=center&amp;height=2048&amp;v=1769088301&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-papa-ours"
      class="product-card__link"
      
        title="Tablier - Papa Ours"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Papa Ours</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-papa-ours"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Papa Ours"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545701880146"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-university"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - University"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - University – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970ab258163f_large_43906ad9-eae8-4814-b96b-8783afe88c88.webp?crop=center&amp;height=300&amp;v=1769088279&amp;width=300" alt="Tablier - University – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970ab258163f_large_43906ad9-eae8-4814-b96b-8783afe88c88.webp?crop=center&amp;height=180&amp;v=1769088279&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970ab258163f_large_43906ad9-eae8-4814-b96b-8783afe88c88.webp?crop=center&amp;height=360&amp;v=1769088279&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970ab258163f_large_43906ad9-eae8-4814-b96b-8783afe88c88.webp?crop=center&amp;height=540&amp;v=1769088279&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970ab258163f_large_43906ad9-eae8-4814-b96b-8783afe88c88.webp?crop=center&amp;height=720&amp;v=1769088279&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970ab258163f_large_43906ad9-eae8-4814-b96b-8783afe88c88.webp?crop=center&amp;height=900&amp;v=1769088279&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970ab258163f_large_43906ad9-eae8-4814-b96b-8783afe88c88.webp?crop=center&amp;height=1080&amp;v=1769088279&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970ab258163f_large_43906ad9-eae8-4814-b96b-8783afe88c88.webp?crop=center&amp;height=1200&amp;v=1769088279&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-university"
      class="product-card__link"
      
        title="Tablier - University"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - University</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-university"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - University"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545707188562"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-bbq"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - BBQ"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - BBQ – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/697225c252be9.webp?crop=center&amp;height=300&amp;v=1769088453&amp;width=300" alt="Tablier - BBQ – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/697225c252be9.webp?crop=center&amp;height=180&amp;v=1769088453&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/697225c252be9.webp?crop=center&amp;height=360&amp;v=1769088453&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/697225c252be9.webp?crop=center&amp;height=540&amp;v=1769088453&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/697225c252be9.webp?crop=center&amp;height=720&amp;v=1769088453&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/697225c252be9.webp?crop=center&amp;height=900&amp;v=1769088453&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/697225c252be9.webp?crop=center&amp;height=1080&amp;v=1769088453&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/697225c252be9.webp?crop=center&amp;height=1296&amp;v=1769088453&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/697225c252be9.webp?crop=center&amp;height=1512&amp;v=1769088453&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/697225c252be9.webp?crop=center&amp;height=2048&amp;v=1769088453&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-bbq"
      class="product-card__link"
      
        title="Tablier - BBQ"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - BBQ</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-bbq"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - BBQ"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545700536658"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-homme"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Homme"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Homme – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/697224f471b97.webp?crop=center&amp;height=300&amp;v=1769088250&amp;width=300" alt="Tablier - Homme – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/697224f471b97.webp?crop=center&amp;height=180&amp;v=1769088250&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/697224f471b97.webp?crop=center&amp;height=360&amp;v=1769088250&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/697224f471b97.webp?crop=center&amp;height=540&amp;v=1769088250&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/697224f471b97.webp?crop=center&amp;height=720&amp;v=1769088250&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/697224f471b97.webp?crop=center&amp;height=900&amp;v=1769088250&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/697224f471b97.webp?crop=center&amp;height=1080&amp;v=1769088250&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/697224f471b97.webp?crop=center&amp;height=1296&amp;v=1769088250&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/697224f471b97.webp?crop=center&amp;height=1512&amp;v=1769088250&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/697224f471b97.webp?crop=center&amp;height=2048&amp;v=1769088250&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-homme"
      class="product-card__link"
      
        title="Tablier - Homme"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Homme</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-homme"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Homme"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545701749074"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-texte"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Texte"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Texte – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=300&amp;v=1769088276&amp;width=300" alt="Tablier - Texte – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=180&amp;v=1769088276&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=360&amp;v=1769088276&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=540&amp;v=1769088276&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=720&amp;v=1769088276&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=900&amp;v=1769088276&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=1080&amp;v=1769088276&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970aa845d142_large_45b9443c-4264-4a17-b854-e76de6c239d3.webp?crop=center&amp;height=1200&amp;v=1769088276&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-texte"
      class="product-card__link"
      
        title="Tablier - Texte"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Texte</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-texte"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Texte"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545701618002"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-photo"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Photo"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Photo – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=300&amp;v=1769088265&amp;width=300" alt="Tablier - Photo – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=180&amp;v=1769088265&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=360&amp;v=1769088265&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=540&amp;v=1769088265&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=720&amp;v=1769088265&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=900&amp;v=1769088265&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=1080&amp;v=1769088265&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970a69171893_large_a78d4d9e-8c4e-4989-85c5-18f2e1c6c4e6.webp?crop=center&amp;height=1200&amp;v=1769088265&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-photo"
      class="product-card__link"
      
        title="Tablier - Photo"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Photo</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-photo"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Photo"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545703518546"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-us"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Us"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Us – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970b1652981b.webp?crop=center&amp;height=300&amp;v=1769088389&amp;width=300" alt="Tablier - Us – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970b1652981b.webp?crop=center&amp;height=180&amp;v=1769088389&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970b1652981b.webp?crop=center&amp;height=360&amp;v=1769088389&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970b1652981b.webp?crop=center&amp;height=540&amp;v=1769088389&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970b1652981b.webp?crop=center&amp;height=720&amp;v=1769088389&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970b1652981b.webp?crop=center&amp;height=900&amp;v=1769088389&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970b1652981b.webp?crop=center&amp;height=1080&amp;v=1769088389&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970b1652981b.webp?crop=center&amp;height=1296&amp;v=1769088389&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6970b1652981b.webp?crop=center&amp;height=1512&amp;v=1769088389&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6970b1652981b.webp?crop=center&amp;height=2048&amp;v=1769088389&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-us"
      class="product-card__link"
      
        title="Tablier - Us"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Us</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-us"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Us"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545703649618"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-sunset"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - Sunset"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - Sunset – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970b19162eec.webp?crop=center&amp;height=300&amp;v=1769088396&amp;width=300" alt="Tablier - Sunset – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970b19162eec.webp?crop=center&amp;height=180&amp;v=1769088396&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970b19162eec.webp?crop=center&amp;height=360&amp;v=1769088396&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970b19162eec.webp?crop=center&amp;height=540&amp;v=1769088396&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970b19162eec.webp?crop=center&amp;height=720&amp;v=1769088396&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970b19162eec.webp?crop=center&amp;height=900&amp;v=1769088396&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970b19162eec.webp?crop=center&amp;height=1080&amp;v=1769088396&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970b19162eec.webp?crop=center&amp;height=1296&amp;v=1769088396&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6970b19162eec.webp?crop=center&amp;height=1512&amp;v=1769088396&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6970b19162eec.webp?crop=center&amp;height=2048&amp;v=1769088396&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-sunset"
      class="product-card__link"
      
        title="Tablier - Sunset"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - Sunset</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-sunset"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - Sunset"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545707811154"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-amor"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - amor"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - amor – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970b14448ade.webp?crop=center&amp;height=300&amp;v=1769088486&amp;width=300" alt="Tablier - amor – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970b14448ade.webp?crop=center&amp;height=180&amp;v=1769088486&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970b14448ade.webp?crop=center&amp;height=360&amp;v=1769088486&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970b14448ade.webp?crop=center&amp;height=540&amp;v=1769088486&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970b14448ade.webp?crop=center&amp;height=720&amp;v=1769088486&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970b14448ade.webp?crop=center&amp;height=900&amp;v=1769088486&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970b14448ade.webp?crop=center&amp;height=1080&amp;v=1769088486&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970b14448ade.webp?crop=center&amp;height=1296&amp;v=1769088486&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6970b14448ade.webp?crop=center&amp;height=1512&amp;v=1769088486&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6970b14448ade.webp?crop=center&amp;height=2048&amp;v=1769088486&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-amor"
      class="product-card__link"
      
        title="Tablier - amor"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - amor</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-amor"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - amor"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10545702338898"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-date"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier - date"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier - date – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6970aeb99a2c0.webp?crop=center&amp;height=300&amp;v=1769088319&amp;width=300" alt="Tablier - date – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6970aeb99a2c0.webp?crop=center&amp;height=180&amp;v=1769088319&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6970aeb99a2c0.webp?crop=center&amp;height=360&amp;v=1769088319&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6970aeb99a2c0.webp?crop=center&amp;height=540&amp;v=1769088319&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6970aeb99a2c0.webp?crop=center&amp;height=720&amp;v=1769088319&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6970aeb99a2c0.webp?crop=center&amp;height=900&amp;v=1769088319&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6970aeb99a2c0.webp?crop=center&amp;height=1080&amp;v=1769088319&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6970aeb99a2c0.webp?crop=center&amp;height=1296&amp;v=1769088319&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6970aeb99a2c0.webp?crop=center&amp;height=1512&amp;v=1769088319&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6970aeb99a2c0.webp?crop=center&amp;height=2048&amp;v=1769088319&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-date"
      class="product-card__link"
      
        title="Tablier - date"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier - date</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-date"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier - date"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10735287402834"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/photos-papa"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Photos Papa"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Photos Papa – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e771321a974.webp?crop=center&amp;height=300&amp;v=1776775515&amp;width=300" alt="Photos Papa – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e771321a974.webp?crop=center&amp;height=180&amp;v=1776775515&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e771321a974.webp?crop=center&amp;height=360&amp;v=1776775515&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e771321a974.webp?crop=center&amp;height=540&amp;v=1776775515&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e771321a974.webp?crop=center&amp;height=720&amp;v=1776775515&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e771321a974.webp?crop=center&amp;height=900&amp;v=1776775515&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e771321a974.webp?crop=center&amp;height=1080&amp;v=1776775515&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e771321a974.webp?crop=center&amp;height=1296&amp;v=1776775515&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e771321a974.webp?crop=center&amp;height=1512&amp;v=1776775515&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e771321a974.webp?crop=center&amp;height=2048&amp;v=1776775515&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/photos-papa"
      class="product-card__link"
      
        title="Photos Papa"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Photos Papa</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/photos-papa"
        class="product-card__link"
        tabindex="-1"
        
          title="Photos Papa"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10735230419282"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/bbq"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="BBQ"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: BBQ – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e76b564f384.webp?crop=center&amp;height=300&amp;v=1776774038&amp;width=300" alt="BBQ – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e76b564f384.webp?crop=center&amp;height=180&amp;v=1776774038&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e76b564f384.webp?crop=center&amp;height=360&amp;v=1776774038&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e76b564f384.webp?crop=center&amp;height=540&amp;v=1776774038&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e76b564f384.webp?crop=center&amp;height=720&amp;v=1776774038&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e76b564f384.webp?crop=center&amp;height=900&amp;v=1776774038&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e76b564f384.webp?crop=center&amp;height=1080&amp;v=1776774038&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e76b564f384.webp?crop=center&amp;height=1296&amp;v=1776774038&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e76b564f384.webp?crop=center&amp;height=1512&amp;v=1776774038&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e76b564f384.webp?crop=center&amp;height=2048&amp;v=1776774038&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/bbq"
      class="product-card__link"
      
        title="BBQ"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>BBQ</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/bbq"
        class="product-card__link"
        tabindex="-1"
        
          title="BBQ"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10735280259410"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/beau-papa"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Beau papa"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Beau papa – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e76df0a7859.webp?crop=center&amp;height=300&amp;v=1776775311&amp;width=300" alt="Beau papa – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e76df0a7859.webp?crop=center&amp;height=180&amp;v=1776775311&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e76df0a7859.webp?crop=center&amp;height=360&amp;v=1776775311&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e76df0a7859.webp?crop=center&amp;height=540&amp;v=1776775311&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e76df0a7859.webp?crop=center&amp;height=720&amp;v=1776775311&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e76df0a7859.webp?crop=center&amp;height=900&amp;v=1776775311&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e76df0a7859.webp?crop=center&amp;height=1080&amp;v=1776775311&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e76df0a7859.webp?crop=center&amp;height=1296&amp;v=1776775311&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e76df0a7859.webp?crop=center&amp;height=1512&amp;v=1776775311&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e76df0a7859.webp?crop=center&amp;height=2048&amp;v=1776775311&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/beau-papa"
      class="product-card__link"
      
        title="Beau papa"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Beau papa</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/beau-papa"
        class="product-card__link"
        tabindex="-1"
        
          title="Beau papa"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10737771774290"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/dads-monsters"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Dad's monsters"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Dad&amp;#39;s monsters – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e88b1389a2a_large_35018623-b67b-4965-bdb5-500012a76f2f.webp?crop=center&amp;height=300&amp;v=1776848133&amp;width=300" alt="Dad&#39;s monsters – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e88b1389a2a_large_35018623-b67b-4965-bdb5-500012a76f2f.webp?crop=center&amp;height=180&amp;v=1776848133&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e88b1389a2a_large_35018623-b67b-4965-bdb5-500012a76f2f.webp?crop=center&amp;height=360&amp;v=1776848133&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e88b1389a2a_large_35018623-b67b-4965-bdb5-500012a76f2f.webp?crop=center&amp;height=540&amp;v=1776848133&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e88b1389a2a_large_35018623-b67b-4965-bdb5-500012a76f2f.webp?crop=center&amp;height=720&amp;v=1776848133&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e88b1389a2a_large_35018623-b67b-4965-bdb5-500012a76f2f.webp?crop=center&amp;height=900&amp;v=1776848133&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e88b1389a2a_large_35018623-b67b-4965-bdb5-500012a76f2f.webp?crop=center&amp;height=1080&amp;v=1776848133&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e88b1389a2a_large_35018623-b67b-4965-bdb5-500012a76f2f.webp?crop=center&amp;height=1296&amp;v=1776848133&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e88b1389a2a_large_35018623-b67b-4965-bdb5-500012a76f2f.webp?crop=center&amp;height=1512&amp;v=1776848133&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e88b1389a2a_large_35018623-b67b-4965-bdb5-500012a76f2f.webp?crop=center&amp;height=2048&amp;v=1776848133&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/dads-monsters"
      class="product-card__link"
      
        title="Dad's monsters"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Dad's monsters</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/dads-monsters"
        class="product-card__link"
        tabindex="-1"
        
          title="Dad's monsters"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10735160066386"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/chef-papa"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Chef papa"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Chef papa – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e75caac2363.webp?crop=center&amp;height=300&amp;v=1776770225&amp;width=300" alt="Chef papa – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e75caac2363.webp?crop=center&amp;height=180&amp;v=1776770225&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e75caac2363.webp?crop=center&amp;height=360&amp;v=1776770225&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e75caac2363.webp?crop=center&amp;height=540&amp;v=1776770225&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e75caac2363.webp?crop=center&amp;height=720&amp;v=1776770225&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e75caac2363.webp?crop=center&amp;height=900&amp;v=1776770225&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e75caac2363.webp?crop=center&amp;height=1080&amp;v=1776770225&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e75caac2363.webp?crop=center&amp;height=1296&amp;v=1776770225&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e75caac2363.webp?crop=center&amp;height=1512&amp;v=1776770225&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e75caac2363.webp?crop=center&amp;height=2048&amp;v=1776770225&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/chef-papa"
      class="product-card__link"
      
        title="Chef papa"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Chef papa</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/chef-papa"
        class="product-card__link"
        tabindex="-1"
        
          title="Chef papa"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10735190802770"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_TUaXCH"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-papa"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tablier papa"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tablier papa – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e7673026696.webp?crop=center&amp;height=300&amp;v=1776772920&amp;width=300" alt="Tablier papa – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e7673026696.webp?crop=center&amp;height=180&amp;v=1776772920&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e7673026696.webp?crop=center&amp;height=360&amp;v=1776772920&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e7673026696.webp?crop=center&amp;height=540&amp;v=1776772920&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e7673026696.webp?crop=center&amp;height=720&amp;v=1776772920&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e7673026696.webp?crop=center&amp;height=900&amp;v=1776772920&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e7673026696.webp?crop=center&amp;height=1080&amp;v=1776772920&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e7673026696.webp?crop=center&amp;height=1296&amp;v=1776772920&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e7673026696.webp?crop=center&amp;height=1512&amp;v=1776772920&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e7673026696.webp?crop=center&amp;height=2048&amp;v=1776772920&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-papa"
      class="product-card__link"
      
        title="Tablier papa"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tablier papa</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tablier-personnalise-homme/products/tablier-papa"
        class="product-card__link"
        tabindex="-1"
        
          title="Tablier papa"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,90 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel></tabbed-content>
      

      

  <div
    class="section__link section__link--center js-animate-single"
    data-animation-displacement="0"
    style="      --button-color: initial;      --button-hover-color: initial;      --button-background-color: initial;      --button-hover-background-color: initial;              --color-text: #222222;          "
  >
    <a
      href="/collections/tablier-personnalise"
      class="section__link-link c-btn c-btn--primary js-update-link"
    >VOIR TOUS LES tabliers</a>
  </div>


    
  </div><script src="//henrietteandco.com/cdn/shop/t/33/assets/items-scroll-paged-navigation.js?v=6570701935369699931776114279" type="module"></script><script src="//henrietteandco.com/cdn/shop/t/33/assets/tabbed-content.js?v=175922217864836671761776114329" type="module"></script></section>


<style> @media (max-width: 749px) {#shopify-section-template--29760633373010__section_collection_TUaXCH .product-card__details {display: flex; justify-content: center; align-items: baseline; /* 🔥 la clé ici */ gap: 8px; flex-wrap: wrap; text-align: center; } #shopify-section-template--29760633373010__section_collection_TUaXCH .product-card__title, #shopify-section-template--29760633373010__section_collection_TUaXCH .product-card__price {margin: 0; font-size: 14px; line-height: 1.2; /* 🔧 important pour cohérence verticale */ }} </style></div><div id="shopify-section-template--29760633373010__1637856495612b654f" class="shopify-section js-section__featured-collections">

  <link
    rel="stylesheet"
    href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308" rel="stylesheet" type="text/css" media="all" />
  </noscript><link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465"
      media="print"
      onload="this.media='all'"
    >
    <link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465" rel="stylesheet" type="text/css" media="all" />
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330" rel="stylesheet" type="text/css" media="all" />
    </noscript>
<section
  class="section    section--template--29760633373010__1637856495612b654f    section--featured-collections         section--has-link"
  data-section-id="template--29760633373010__1637856495612b654f"
  data-section-type="featured-collections"
>
  <div
    class="section__content section__content--padded"
    style="      --space-top: 0px;      --space-bottom: 0px    "
  >
    <div class="container container--large u-ph+@mob"><div
          class="section__title            js-animate-single            section__title--center             section__title--desc"
          data-animation-displacement="5"
        ><div
              class="section__title-desc rte js-animate-single"
              data-animation-displacement="0"
              data-animation-delay="0.1"
            >
              <h2>Manique Cuisine</h2>
            </div></div></div><style>.section--template--29760633373010__1637856495612b654f [data-items] {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: hidden;
      }

      .section--template--29760633373010__1637856495612b654f [data-items] > * {
        flex-shrink: 0;
        flex-grow: 0;
      }
</style><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow-max="tab"
          
          
          
            
          
          
          image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="10726527762770"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856495612b654f"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/manique-personnalisee/products/manique-leopard"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Manique - Léopard"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Manique - Léopard – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e613e694a38_large_884a0166-e095-41a3-8e16-2e148212b607.webp?crop=center&amp;height=300&amp;v=1776686149&amp;width=300" alt="Manique - Léopard – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e613e694a38_large_884a0166-e095-41a3-8e16-2e148212b607.webp?crop=center&amp;height=180&amp;v=1776686149&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e613e694a38_large_884a0166-e095-41a3-8e16-2e148212b607.webp?crop=center&amp;height=360&amp;v=1776686149&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e613e694a38_large_884a0166-e095-41a3-8e16-2e148212b607.webp?crop=center&amp;height=540&amp;v=1776686149&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e613e694a38_large_884a0166-e095-41a3-8e16-2e148212b607.webp?crop=center&amp;height=720&amp;v=1776686149&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e613e694a38_large_884a0166-e095-41a3-8e16-2e148212b607.webp?crop=center&amp;height=900&amp;v=1776686149&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e613e694a38_large_884a0166-e095-41a3-8e16-2e148212b607.webp?crop=center&amp;height=1080&amp;v=1776686149&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e613e694a38_large_884a0166-e095-41a3-8e16-2e148212b607.webp?crop=center&amp;height=1296&amp;v=1776686149&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e613e694a38_large_884a0166-e095-41a3-8e16-2e148212b607.webp?crop=center&amp;height=1512&amp;v=1776686149&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e613e694a38_large_884a0166-e095-41a3-8e16-2e148212b607.webp?crop=center&amp;height=2048&amp;v=1776686149&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/manique-personnalisee/products/manique-leopard"
      class="product-card__link"
      
        title="Manique - Léopard"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Manique - Léopard</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/manique-personnalisee/products/manique-leopard"
        class="product-card__link"
        tabindex="-1"
        
          title="Manique - Léopard"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>26,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10726528254290"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856495612b654f"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/manique-personnalisee/products/manique-rayures"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Manique - Rayures"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Manique - Rayures – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e613433e572_large_c0176b81-c548-4787-bc1b-5cc21a35a6d9.webp?crop=center&amp;height=300&amp;v=1776685917&amp;width=300" alt="Manique - Rayures – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e613433e572_large_c0176b81-c548-4787-bc1b-5cc21a35a6d9.webp?crop=center&amp;height=180&amp;v=1776685917&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e613433e572_large_c0176b81-c548-4787-bc1b-5cc21a35a6d9.webp?crop=center&amp;height=360&amp;v=1776685917&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e613433e572_large_c0176b81-c548-4787-bc1b-5cc21a35a6d9.webp?crop=center&amp;height=540&amp;v=1776685917&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e613433e572_large_c0176b81-c548-4787-bc1b-5cc21a35a6d9.webp?crop=center&amp;height=720&amp;v=1776685917&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e613433e572_large_c0176b81-c548-4787-bc1b-5cc21a35a6d9.webp?crop=center&amp;height=900&amp;v=1776685917&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e613433e572_large_c0176b81-c548-4787-bc1b-5cc21a35a6d9.webp?crop=center&amp;height=1080&amp;v=1776685917&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e613433e572_large_c0176b81-c548-4787-bc1b-5cc21a35a6d9.webp?crop=center&amp;height=1296&amp;v=1776685917&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e613433e572_large_c0176b81-c548-4787-bc1b-5cc21a35a6d9.webp?crop=center&amp;height=1512&amp;v=1776685917&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e613433e572_large_c0176b81-c548-4787-bc1b-5cc21a35a6d9.webp?crop=center&amp;height=2048&amp;v=1776685917&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/manique-personnalisee/products/manique-rayures"
      class="product-card__link"
      
        title="Manique - Rayures"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Manique - Rayures</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/manique-personnalisee/products/manique-rayures"
        class="product-card__link"
        tabindex="-1"
        
          title="Manique - Rayures"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>26,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10726528614738"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__1637856495612b654f"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/manique-personnalisee/products/manique-coeurs"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Manique - Coeurs"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Manique - Coeurs – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69e0dd5e74977_b71fe7cc-909e-4207-85a7-f4a62a6e847e.webp?crop=center&amp;height=300&amp;v=1776344442&amp;width=300" alt="Manique - Coeurs – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69e0dd5e74977_b71fe7cc-909e-4207-85a7-f4a62a6e847e.webp?crop=center&amp;height=180&amp;v=1776344442&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69e0dd5e74977_b71fe7cc-909e-4207-85a7-f4a62a6e847e.webp?crop=center&amp;height=360&amp;v=1776344442&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69e0dd5e74977_b71fe7cc-909e-4207-85a7-f4a62a6e847e.webp?crop=center&amp;height=540&amp;v=1776344442&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69e0dd5e74977_b71fe7cc-909e-4207-85a7-f4a62a6e847e.webp?crop=center&amp;height=720&amp;v=1776344442&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69e0dd5e74977_b71fe7cc-909e-4207-85a7-f4a62a6e847e.webp?crop=center&amp;height=900&amp;v=1776344442&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69e0dd5e74977_b71fe7cc-909e-4207-85a7-f4a62a6e847e.webp?crop=center&amp;height=1080&amp;v=1776344442&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69e0dd5e74977_b71fe7cc-909e-4207-85a7-f4a62a6e847e.webp?crop=center&amp;height=1296&amp;v=1776344442&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69e0dd5e74977_b71fe7cc-909e-4207-85a7-f4a62a6e847e.webp?crop=center&amp;height=1512&amp;v=1776344442&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69e0dd5e74977_b71fe7cc-909e-4207-85a7-f4a62a6e847e.webp?crop=center&amp;height=2048&amp;v=1776344442&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/manique-personnalisee/products/manique-coeurs"
      class="product-card__link"
      
        title="Manique - Coeurs"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Manique - Coeurs</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/manique-personnalisee/products/manique-coeurs"
        class="product-card__link"
        tabindex="-1"
        
          title="Manique - Coeurs"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>26,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div>
      

      

  <div
    class="section__link section__link--center js-animate-single"
    data-animation-displacement="0"
    style="      --button-color: initial;      --button-hover-color: initial;      --button-background-color: initial;      --button-hover-background-color: initial;              --color-text: #222222;          "
  >
    <a
      href="/collections/manique-personnalisee"
      class="section__link-link c-btn c-btn--primary js-update-link"
    >NOUVEAUTÉ</a>
  </div>


    
  </div><script src="//henrietteandco.com/cdn/shop/t/33/assets/items-scroll-paged-navigation.js?v=6570701935369699931776114279" type="module"></script></section>


<style> @media (max-width: 749px) {#shopify-section-template--29760633373010__1637856495612b654f .product-card__details {display: flex; justify-content: center; align-items: baseline; /* 🔥 la clé ici */ gap: 8px; flex-wrap: wrap; text-align: center; } #shopify-section-template--29760633373010__1637856495612b654f .product-card__title, #shopify-section-template--29760633373010__1637856495612b654f .product-card__price {margin: 0; font-size: 14px; line-height: 1.2; /* 🔧 important pour cohérence verticale */ }} </style></div><div id="shopify-section-template--29760633373010__16378583596b69b068" class="shopify-section js-section__featured-collections">

  <link
    rel="stylesheet"
    href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308" rel="stylesheet" type="text/css" media="all" />
  </noscript><link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465"
      media="print"
      onload="this.media='all'"
    >
    <link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465" rel="stylesheet" type="text/css" media="all" />
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330" rel="stylesheet" type="text/css" media="all" />
    </noscript>
<section
  class="section    section--template--29760633373010__16378583596b69b068    section--featured-collections         section--has-link"
  data-section-id="template--29760633373010__16378583596b69b068"
  data-section-type="featured-collections"
>
  <div
    class="section__content section__content--padded"
    style="      --space-top: 0px;      --space-bottom: 0px    "
  >
    <div class="container container--large u-ph+@mob"><div
          class="section__title            js-animate-single            section__title--center             section__title--desc"
          data-animation-displacement="5"
        ><div
              class="section__title-desc rte js-animate-single"
              data-animation-displacement="0"
              data-animation-delay="0.1"
            >
              <h2>Tote Bag Personnalisés</h2>
            </div></div></div><style>.section--template--29760633373010__16378583596b69b068 [data-items] {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: hidden;
      }

      .section--template--29760633373010__16378583596b69b068 [data-items] > * {
        flex-shrink: 0;
        flex-grow: 0;
      }
</style><link
        rel="stylesheet"
        href="//henrietteandco.com/cdn/shop/t/33/assets/component-tabbed-content.css?v=139149231608286659581776114255"
        media="print"
        onload="this.media='all'"
      >
      <noscript>
        <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-tabbed-content.css?v=139149231608286659581776114255" rel="stylesheet" type="text/css" media="all" />
      </noscript>
      <tabbed-content align-items="center"><div class="tab-triggers__wrapper container--large u-ph0@mob">
          <tab-triggers
            role="tablist"
            
          ><button
                type="button"
                role="tab"
                aria-controls="tab-panel-2299bd44-1672-4d19-8c0a-e859bea6154e"
                id="tab-2299bd44-1672-4d19-8c0a-e859bea6154e"
                
                  aria-selected="true"
                  tabindex="0"
                
                
                
                  data-update-link="/collections/tote-bag-maman-personnalise"
                
                
              >Maman</button><button
                type="button"
                role="tab"
                aria-controls="tab-panel-collection_8anMRU"
                id="tab-collection_8anMRU"
                
                  aria-selected="false"
                  tabindex="-1"
                
                
                
                  data-update-link="/collections/tote-bag-mamie-personnalise"
                
                
              >Maîtresse</button><button
                type="button"
                role="tab"
                aria-controls="tab-panel-collection_nwmRNw"
                id="tab-collection_nwmRNw"
                
                  aria-selected="false"
                  tabindex="-1"
                
                
                
                  data-update-link="/collections/tote-bag-personnalise"
                
                
              >Vos préférés</button></tab-triggers>
        </div><tab-panel
          id="tab-panel-2299bd44-1672-4d19-8c0a-e859bea6154e"
          role="tabpanel"
          aria-labelledby="tab-2299bd44-1672-4d19-8c0a-e859bea6154e"
          tabindex="0"
          
        ><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="9984254378322"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mom-of"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mom of"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mom of – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb43f531.webp?crop=center&amp;height=300&amp;v=1760706938&amp;width=300" alt="Mom of – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb43f531.webp?crop=center&amp;height=180&amp;v=1760706938&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb43f531.webp?crop=center&amp;height=360&amp;v=1760706938&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb43f531.webp?crop=center&amp;height=540&amp;v=1760706938&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb43f531.webp?crop=center&amp;height=720&amp;v=1760706938&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb43f531.webp?crop=center&amp;height=900&amp;v=1760706938&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb43f531.webp?crop=center&amp;height=1080&amp;v=1760706938&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb43f531.webp?crop=center&amp;height=1296&amp;v=1760706938&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb43f531.webp?crop=center&amp;height=1512&amp;v=1760706938&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb43f531.webp?crop=center&amp;height=2048&amp;v=1760706938&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mom-of"
      class="product-card__link"
      
        title="Mom of"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mom of</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mom-of"
        class="product-card__link"
        tabindex="-1"
        
          title="Mom of"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984254574930"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/formidable"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Formidable"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Formidable – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb681d41.webp?crop=center&amp;height=300&amp;v=1760706931&amp;width=300" alt="Formidable – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb681d41.webp?crop=center&amp;height=180&amp;v=1760706931&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb681d41.webp?crop=center&amp;height=360&amp;v=1760706931&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb681d41.webp?crop=center&amp;height=540&amp;v=1760706931&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb681d41.webp?crop=center&amp;height=720&amp;v=1760706931&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb681d41.webp?crop=center&amp;height=900&amp;v=1760706931&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb681d41.webp?crop=center&amp;height=1080&amp;v=1760706931&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb681d41.webp?crop=center&amp;height=1296&amp;v=1760706931&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb681d41.webp?crop=center&amp;height=1512&amp;v=1760706931&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb681d41.webp?crop=center&amp;height=2048&amp;v=1760706931&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/formidable"
      class="product-card__link"
      
        title="Formidable"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Formidable</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/formidable"
        class="product-card__link"
        tabindex="-1"
        
          title="Formidable"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984258998610"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/maman-poulette"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maman poulette"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maman poulette – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb45e74b.webp?crop=center&amp;height=300&amp;v=1760706955&amp;width=300" alt="Maman poulette – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb45e74b.webp?crop=center&amp;height=180&amp;v=1760706955&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb45e74b.webp?crop=center&amp;height=360&amp;v=1760706955&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb45e74b.webp?crop=center&amp;height=540&amp;v=1760706955&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb45e74b.webp?crop=center&amp;height=720&amp;v=1760706955&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb45e74b.webp?crop=center&amp;height=900&amp;v=1760706955&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb45e74b.webp?crop=center&amp;height=1080&amp;v=1760706955&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb45e74b.webp?crop=center&amp;height=1296&amp;v=1760706955&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb45e74b.webp?crop=center&amp;height=1512&amp;v=1760706955&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb45e74b.webp?crop=center&amp;height=2048&amp;v=1760706955&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/maman-poulette"
      class="product-card__link"
      
        title="Maman poulette"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maman poulette</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/maman-poulette"
        class="product-card__link"
        tabindex="-1"
        
          title="Maman poulette"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984254509394"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mummy"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mummy"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mummy – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb67ce4c.webp?crop=center&amp;height=300&amp;v=1760706934&amp;width=300" alt="Mummy – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb67ce4c.webp?crop=center&amp;height=180&amp;v=1760706934&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb67ce4c.webp?crop=center&amp;height=360&amp;v=1760706934&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb67ce4c.webp?crop=center&amp;height=540&amp;v=1760706934&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb67ce4c.webp?crop=center&amp;height=720&amp;v=1760706934&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb67ce4c.webp?crop=center&amp;height=900&amp;v=1760706934&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb67ce4c.webp?crop=center&amp;height=1080&amp;v=1760706934&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb67ce4c.webp?crop=center&amp;height=1296&amp;v=1760706934&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb67ce4c.webp?crop=center&amp;height=1512&amp;v=1760706934&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb67ce4c.webp?crop=center&amp;height=2048&amp;v=1760706934&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mummy"
      class="product-card__link"
      
        title="Mummy"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mummy</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mummy"
        class="product-card__link"
        tabindex="-1"
        
          title="Mummy"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10051938189650"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mamma"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamma"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamma – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb806ad9.webp?crop=center&amp;height=300&amp;v=1760707002&amp;width=300" alt="Mamma – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb806ad9.webp?crop=center&amp;height=180&amp;v=1760707002&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb806ad9.webp?crop=center&amp;height=360&amp;v=1760707002&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb806ad9.webp?crop=center&amp;height=540&amp;v=1760707002&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb806ad9.webp?crop=center&amp;height=720&amp;v=1760707002&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb806ad9.webp?crop=center&amp;height=900&amp;v=1760707002&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb806ad9.webp?crop=center&amp;height=1080&amp;v=1760707002&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb806ad9.webp?crop=center&amp;height=1296&amp;v=1760707002&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb806ad9.webp?crop=center&amp;height=1512&amp;v=1760707002&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb806ad9.webp?crop=center&amp;height=2048&amp;v=1760707002&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mamma"
      class="product-card__link"
      
        title="Mamma"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamma</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mamma"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamma"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984254837074"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/meilleure-moune"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Meilleure moune"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Meilleure moune – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb2137c5.webp?crop=center&amp;height=300&amp;v=1760706927&amp;width=300" alt="Meilleure moune – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb2137c5.webp?crop=center&amp;height=180&amp;v=1760706927&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb2137c5.webp?crop=center&amp;height=360&amp;v=1760706927&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb2137c5.webp?crop=center&amp;height=540&amp;v=1760706927&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb2137c5.webp?crop=center&amp;height=720&amp;v=1760706927&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb2137c5.webp?crop=center&amp;height=900&amp;v=1760706927&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb2137c5.webp?crop=center&amp;height=1080&amp;v=1760706927&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb2137c5.webp?crop=center&amp;height=1296&amp;v=1760706927&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb2137c5.webp?crop=center&amp;height=1512&amp;v=1760706927&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb2137c5.webp?crop=center&amp;height=2048&amp;v=1760706927&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/meilleure-moune"
      class="product-card__link"
      
        title="Meilleure moune"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Meilleure moune</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/meilleure-moune"
        class="product-card__link"
        tabindex="-1"
        
          title="Meilleure moune"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10035650232658"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/love-mama"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Love mama"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Love mama – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb445995.webp?crop=center&amp;height=300&amp;v=1760706998&amp;width=300" alt="Love mama – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb445995.webp?crop=center&amp;height=180&amp;v=1760706998&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb445995.webp?crop=center&amp;height=360&amp;v=1760706998&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb445995.webp?crop=center&amp;height=540&amp;v=1760706998&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb445995.webp?crop=center&amp;height=720&amp;v=1760706998&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb445995.webp?crop=center&amp;height=900&amp;v=1760706998&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb445995.webp?crop=center&amp;height=1080&amp;v=1760706998&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb445995.webp?crop=center&amp;height=1296&amp;v=1760706998&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb445995.webp?crop=center&amp;height=1512&amp;v=1760706998&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb445995.webp?crop=center&amp;height=2048&amp;v=1760706998&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/love-mama"
      class="product-card__link"
      
        title="Love mama"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Love mama</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/love-mama"
        class="product-card__link"
        tabindex="-1"
        
          title="Love mama"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984255000914"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mounette"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mounette"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mounette – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb538fa9.webp?crop=center&amp;height=300&amp;v=1760706924&amp;width=300" alt="Mounette – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb538fa9.webp?crop=center&amp;height=180&amp;v=1760706924&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb538fa9.webp?crop=center&amp;height=360&amp;v=1760706924&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb538fa9.webp?crop=center&amp;height=540&amp;v=1760706924&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb538fa9.webp?crop=center&amp;height=720&amp;v=1760706924&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb538fa9.webp?crop=center&amp;height=900&amp;v=1760706924&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb538fa9.webp?crop=center&amp;height=1080&amp;v=1760706924&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb538fa9.webp?crop=center&amp;height=1296&amp;v=1760706924&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb538fa9.webp?crop=center&amp;height=1512&amp;v=1760706924&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb538fa9.webp?crop=center&amp;height=2048&amp;v=1760706924&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mounette"
      class="product-card__link"
      
        title="Mounette"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mounette</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mounette"
        class="product-card__link"
        tabindex="-1"
        
          title="Mounette"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984255263058"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/moune"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Moune"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Moune – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb5518b6.webp?crop=center&amp;height=300&amp;v=1760706919&amp;width=300" alt="Moune – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb5518b6.webp?crop=center&amp;height=180&amp;v=1760706919&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb5518b6.webp?crop=center&amp;height=360&amp;v=1760706919&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb5518b6.webp?crop=center&amp;height=540&amp;v=1760706919&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb5518b6.webp?crop=center&amp;height=720&amp;v=1760706919&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb5518b6.webp?crop=center&amp;height=900&amp;v=1760706919&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb5518b6.webp?crop=center&amp;height=1080&amp;v=1760706919&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb5518b6.webp?crop=center&amp;height=1296&amp;v=1760706919&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb5518b6.webp?crop=center&amp;height=1512&amp;v=1760706919&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb5518b6.webp?crop=center&amp;height=2048&amp;v=1760706919&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/moune"
      class="product-card__link"
      
        title="Moune"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Moune</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/moune"
        class="product-card__link"
        tabindex="-1"
        
          title="Moune"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984257655122"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mamoon"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="MAMOON"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: MAMOON – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb564587.webp?crop=center&amp;height=300&amp;v=1760706941&amp;width=300" alt="MAMOON – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb564587.webp?crop=center&amp;height=180&amp;v=1760706941&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb564587.webp?crop=center&amp;height=360&amp;v=1760706941&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb564587.webp?crop=center&amp;height=540&amp;v=1760706941&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb564587.webp?crop=center&amp;height=720&amp;v=1760706941&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb564587.webp?crop=center&amp;height=900&amp;v=1760706941&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb564587.webp?crop=center&amp;height=1080&amp;v=1760706941&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb564587.webp?crop=center&amp;height=1296&amp;v=1760706941&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb564587.webp?crop=center&amp;height=1512&amp;v=1760706941&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb564587.webp?crop=center&amp;height=2048&amp;v=1760706941&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mamoon"
      class="product-card__link"
      
        title="MAMOON"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>MAMOON</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/mamoon"
        class="product-card__link"
        tabindex="-1"
        
          title="MAMOON"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984282591570"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/colombe"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Colombe"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Colombe – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb20bdbd.webp?crop=center&amp;height=300&amp;v=1760706946&amp;width=300" alt="Colombe – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb20bdbd.webp?crop=center&amp;height=180&amp;v=1760706946&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb20bdbd.webp?crop=center&amp;height=360&amp;v=1760706946&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb20bdbd.webp?crop=center&amp;height=540&amp;v=1760706946&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb20bdbd.webp?crop=center&amp;height=720&amp;v=1760706946&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb20bdbd.webp?crop=center&amp;height=900&amp;v=1760706946&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb20bdbd.webp?crop=center&amp;height=1080&amp;v=1760706946&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb20bdbd.webp?crop=center&amp;height=1296&amp;v=1760706946&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb20bdbd.webp?crop=center&amp;height=1512&amp;v=1760706946&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb20bdbd.webp?crop=center&amp;height=2048&amp;v=1760706946&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/colombe"
      class="product-card__link"
      
        title="Colombe"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Colombe</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/colombe"
        class="product-card__link"
        tabindex="-1"
        
          title="Colombe"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10052067459410"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/adorable"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Adorable"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Adorable – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb41881b.webp?crop=center&amp;height=300&amp;v=1760707005&amp;width=300" alt="Adorable – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb41881b.webp?crop=center&amp;height=180&amp;v=1760707005&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb41881b.webp?crop=center&amp;height=360&amp;v=1760707005&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb41881b.webp?crop=center&amp;height=540&amp;v=1760707005&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb41881b.webp?crop=center&amp;height=720&amp;v=1760707005&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb41881b.webp?crop=center&amp;height=900&amp;v=1760707005&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb41881b.webp?crop=center&amp;height=1080&amp;v=1760707005&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb41881b.webp?crop=center&amp;height=1296&amp;v=1760707005&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb41881b.webp?crop=center&amp;height=1512&amp;v=1760707005&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb41881b.webp?crop=center&amp;height=2048&amp;v=1760707005&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/adorable"
      class="product-card__link"
      
        title="Adorable"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Adorable</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/adorable"
        class="product-card__link"
        tabindex="-1"
        
          title="Adorable"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7398337609907"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maman-personnalise/products/tote-bag-texte"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tote Bag - Texte"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tote Bag - Texte – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=300&amp;v=1760706883&amp;width=300" alt="Tote Bag - Texte – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=180&amp;v=1760706883&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=360&amp;v=1760706883&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=540&amp;v=1760706883&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=720&amp;v=1760706883&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=900&amp;v=1760706883&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=1080&amp;v=1760706883&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=1296&amp;v=1760706883&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=1512&amp;v=1760706883&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=2048&amp;v=1760706883&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maman-personnalise/products/tote-bag-texte"
      class="product-card__link"
      
        title="Tote Bag - Texte"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tote Bag - Texte</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maman-personnalise/products/tote-bag-texte"
        class="product-card__link"
        tabindex="-1"
        
          title="Tote Bag - Texte"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel><tab-panel
          id="tab-panel-collection_8anMRU"
          role="tabpanel"
          aria-labelledby="tab-collection_8anMRU"
          tabindex="0"
          
            hidden
><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="9984705888594"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/petit-bazar-maitresse"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Petit bazar Maîtresse"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Petit bazar Maîtresse – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f247da09fe7_large_c97c6111-fa56-4b43-a25e-2c16162fa19a.webp?crop=center&amp;height=300&amp;v=1760708651&amp;width=300" alt="Petit bazar Maîtresse – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f247da09fe7_large_c97c6111-fa56-4b43-a25e-2c16162fa19a.webp?crop=center&amp;height=180&amp;v=1760708651&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f247da09fe7_large_c97c6111-fa56-4b43-a25e-2c16162fa19a.webp?crop=center&amp;height=360&amp;v=1760708651&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f247da09fe7_large_c97c6111-fa56-4b43-a25e-2c16162fa19a.webp?crop=center&amp;height=540&amp;v=1760708651&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f247da09fe7_large_c97c6111-fa56-4b43-a25e-2c16162fa19a.webp?crop=center&amp;height=720&amp;v=1760708651&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f247da09fe7_large_c97c6111-fa56-4b43-a25e-2c16162fa19a.webp?crop=center&amp;height=900&amp;v=1760708651&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f247da09fe7_large_c97c6111-fa56-4b43-a25e-2c16162fa19a.webp?crop=center&amp;height=1080&amp;v=1760708651&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f247da09fe7_large_c97c6111-fa56-4b43-a25e-2c16162fa19a.webp?crop=center&amp;height=1200&amp;v=1760708651&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/petit-bazar-maitresse"
      class="product-card__link"
      
        title="Petit bazar Maîtresse"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Petit bazar Maîtresse</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/petit-bazar-maitresse"
        class="product-card__link"
        tabindex="-1"
        
          title="Petit bazar Maîtresse"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984247955794"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/merveilleuse-maitresse"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Merveilleuse Maîtresse"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Merveilleuse Maîtresse – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=300&amp;v=1760708883&amp;width=300" alt="Merveilleuse Maîtresse – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=180&amp;v=1760708883&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=360&amp;v=1760708883&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=540&amp;v=1760708883&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=720&amp;v=1760708883&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=900&amp;v=1760708883&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=1080&amp;v=1760708883&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=1200&amp;v=1760708883&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/merveilleuse-maitresse"
      class="product-card__link"
      
        title="Merveilleuse Maîtresse"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Merveilleuse Maîtresse</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/merveilleuse-maitresse"
        class="product-card__link"
        tabindex="-1"
        
          title="Merveilleuse Maîtresse"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984704741714"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/maitresse-merci"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maîtresse Merci"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maîtresse Merci – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f246498bddb_large_0154dbcc-2524-4f9e-87bc-8f490d9cc22a.webp?crop=center&amp;height=300&amp;v=1760708190&amp;width=300" alt="Maîtresse Merci – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f246498bddb_large_0154dbcc-2524-4f9e-87bc-8f490d9cc22a.webp?crop=center&amp;height=180&amp;v=1760708190&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f246498bddb_large_0154dbcc-2524-4f9e-87bc-8f490d9cc22a.webp?crop=center&amp;height=360&amp;v=1760708190&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f246498bddb_large_0154dbcc-2524-4f9e-87bc-8f490d9cc22a.webp?crop=center&amp;height=540&amp;v=1760708190&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f246498bddb_large_0154dbcc-2524-4f9e-87bc-8f490d9cc22a.webp?crop=center&amp;height=720&amp;v=1760708190&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f246498bddb_large_0154dbcc-2524-4f9e-87bc-8f490d9cc22a.webp?crop=center&amp;height=900&amp;v=1760708190&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f246498bddb_large_0154dbcc-2524-4f9e-87bc-8f490d9cc22a.webp?crop=center&amp;height=1080&amp;v=1760708190&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f246498bddb_large_0154dbcc-2524-4f9e-87bc-8f490d9cc22a.webp?crop=center&amp;height=1200&amp;v=1760708190&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/maitresse-merci"
      class="product-card__link"
      
        title="Maîtresse Merci"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maîtresse Merci</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/maitresse-merci"
        class="product-card__link"
        tabindex="-1"
        
          title="Maîtresse Merci"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984705626450"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/maitresse-merveilleuse"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maîtresse merveilleuse"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maîtresse merveilleuse – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f2496f5ddea_large_4f62f0d7-71c3-4d28-9e3e-fdd8fa8975b1.webp?crop=center&amp;height=300&amp;v=1760709030&amp;width=300" alt="Maîtresse merveilleuse – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f2496f5ddea_large_4f62f0d7-71c3-4d28-9e3e-fdd8fa8975b1.webp?crop=center&amp;height=180&amp;v=1760709030&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f2496f5ddea_large_4f62f0d7-71c3-4d28-9e3e-fdd8fa8975b1.webp?crop=center&amp;height=360&amp;v=1760709030&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f2496f5ddea_large_4f62f0d7-71c3-4d28-9e3e-fdd8fa8975b1.webp?crop=center&amp;height=540&amp;v=1760709030&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f2496f5ddea_large_4f62f0d7-71c3-4d28-9e3e-fdd8fa8975b1.webp?crop=center&amp;height=720&amp;v=1760709030&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f2496f5ddea_large_4f62f0d7-71c3-4d28-9e3e-fdd8fa8975b1.webp?crop=center&amp;height=900&amp;v=1760709030&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f2496f5ddea_large_4f62f0d7-71c3-4d28-9e3e-fdd8fa8975b1.webp?crop=center&amp;height=1080&amp;v=1760709030&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f2496f5ddea_large_4f62f0d7-71c3-4d28-9e3e-fdd8fa8975b1.webp?crop=center&amp;height=1200&amp;v=1760709030&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/maitresse-merveilleuse"
      class="product-card__link"
      
        title="Maîtresse merveilleuse"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maîtresse merveilleuse</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/maitresse-merveilleuse"
        class="product-card__link"
        tabindex="-1"
        
          title="Maîtresse merveilleuse"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10016511885650"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/maitresse-au-top"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maîtresse au top"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maîtresse au top – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f2475c02304_large_d464269a-4cf3-4a96-97e0-a878aaa7ccbc.webp?crop=center&amp;height=300&amp;v=1760708461&amp;width=300" alt="Maîtresse au top – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f2475c02304_large_d464269a-4cf3-4a96-97e0-a878aaa7ccbc.webp?crop=center&amp;height=180&amp;v=1760708461&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f2475c02304_large_d464269a-4cf3-4a96-97e0-a878aaa7ccbc.webp?crop=center&amp;height=360&amp;v=1760708461&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f2475c02304_large_d464269a-4cf3-4a96-97e0-a878aaa7ccbc.webp?crop=center&amp;height=540&amp;v=1760708461&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f2475c02304_large_d464269a-4cf3-4a96-97e0-a878aaa7ccbc.webp?crop=center&amp;height=720&amp;v=1760708461&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f2475c02304_large_d464269a-4cf3-4a96-97e0-a878aaa7ccbc.webp?crop=center&amp;height=900&amp;v=1760708461&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f2475c02304_large_d464269a-4cf3-4a96-97e0-a878aaa7ccbc.webp?crop=center&amp;height=1080&amp;v=1760708461&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f2475c02304_large_d464269a-4cf3-4a96-97e0-a878aaa7ccbc.webp?crop=center&amp;height=1200&amp;v=1760708461&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/maitresse-au-top"
      class="product-card__link"
      
        title="Maîtresse au top"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maîtresse au top</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/maitresse-au-top"
        class="product-card__link"
        tabindex="-1"
        
          title="Maîtresse au top"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984705069394"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/meilleure-maitresse-du-monde"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Meilleure maîtresse du monde"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Meilleure maîtresse du monde – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f245a678c51_large_9c555c77-a1cf-473e-b482-8cc80a944378.webp?crop=center&amp;height=300&amp;v=1760708026&amp;width=300" alt="Meilleure maîtresse du monde – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f245a678c51_large_9c555c77-a1cf-473e-b482-8cc80a944378.webp?crop=center&amp;height=180&amp;v=1760708026&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f245a678c51_large_9c555c77-a1cf-473e-b482-8cc80a944378.webp?crop=center&amp;height=360&amp;v=1760708026&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f245a678c51_large_9c555c77-a1cf-473e-b482-8cc80a944378.webp?crop=center&amp;height=540&amp;v=1760708026&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f245a678c51_large_9c555c77-a1cf-473e-b482-8cc80a944378.webp?crop=center&amp;height=720&amp;v=1760708026&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f245a678c51_large_9c555c77-a1cf-473e-b482-8cc80a944378.webp?crop=center&amp;height=900&amp;v=1760708026&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f245a678c51_large_9c555c77-a1cf-473e-b482-8cc80a944378.webp?crop=center&amp;height=1080&amp;v=1760708026&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f245a678c51_large_9c555c77-a1cf-473e-b482-8cc80a944378.webp?crop=center&amp;height=1200&amp;v=1760708026&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/meilleure-maitresse-du-monde"
      class="product-card__link"
      
        title="Meilleure maîtresse du monde"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Meilleure maîtresse du monde</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/meilleure-maitresse-du-monde"
        class="product-card__link"
        tabindex="-1"
        
          title="Meilleure maîtresse du monde"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984703430994"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/merci"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Merci"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Merci – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f246f8b09f3_large_8af84935-171f-4003-a1b1-c32c9001a6cd.webp?crop=center&amp;height=300&amp;v=1760708363&amp;width=300" alt="Merci – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f246f8b09f3_large_8af84935-171f-4003-a1b1-c32c9001a6cd.webp?crop=center&amp;height=180&amp;v=1760708363&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f246f8b09f3_large_8af84935-171f-4003-a1b1-c32c9001a6cd.webp?crop=center&amp;height=360&amp;v=1760708363&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f246f8b09f3_large_8af84935-171f-4003-a1b1-c32c9001a6cd.webp?crop=center&amp;height=540&amp;v=1760708363&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f246f8b09f3_large_8af84935-171f-4003-a1b1-c32c9001a6cd.webp?crop=center&amp;height=720&amp;v=1760708363&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f246f8b09f3_large_8af84935-171f-4003-a1b1-c32c9001a6cd.webp?crop=center&amp;height=900&amp;v=1760708363&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f246f8b09f3_large_8af84935-171f-4003-a1b1-c32c9001a6cd.webp?crop=center&amp;height=1080&amp;v=1760708363&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f246f8b09f3_large_8af84935-171f-4003-a1b1-c32c9001a6cd.webp?crop=center&amp;height=1200&amp;v=1760708363&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/merci"
      class="product-card__link"
      
        title="Merci"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Merci</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/merci"
        class="product-card__link"
        tabindex="-1"
        
          title="Merci"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10684460073298"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/flora"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Flora"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Flora – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69ca6d0ab5b70.webp?crop=center&amp;height=300&amp;v=1774873871&amp;width=300" alt="Flora – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69ca6d0ab5b70.webp?crop=center&amp;height=180&amp;v=1774873871&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69ca6d0ab5b70.webp?crop=center&amp;height=360&amp;v=1774873871&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69ca6d0ab5b70.webp?crop=center&amp;height=540&amp;v=1774873871&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69ca6d0ab5b70.webp?crop=center&amp;height=720&amp;v=1774873871&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69ca6d0ab5b70.webp?crop=center&amp;height=900&amp;v=1774873871&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69ca6d0ab5b70.webp?crop=center&amp;height=1080&amp;v=1774873871&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69ca6d0ab5b70.webp?crop=center&amp;height=1296&amp;v=1774873871&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69ca6d0ab5b70.webp?crop=center&amp;height=1512&amp;v=1774873871&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69ca6d0ab5b70.webp?crop=center&amp;height=2048&amp;v=1774873871&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/flora"
      class="product-card__link"
      
        title="Flora"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Flora</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-maitresse-personnalise/products/flora"
        class="product-card__link"
        tabindex="-1"
        
          title="Flora"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel><tab-panel
          id="tab-panel-collection_nwmRNw"
          role="tabpanel"
          aria-labelledby="tab-collection_nwmRNw"
          tabindex="0"
          
            hidden
><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="9984247955794"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/merveilleuse-maitresse"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Merveilleuse Maîtresse"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Merveilleuse Maîtresse – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=300&amp;v=1760708883&amp;width=300" alt="Merveilleuse Maîtresse – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=180&amp;v=1760708883&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=360&amp;v=1760708883&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=540&amp;v=1760708883&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=720&amp;v=1760708883&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=900&amp;v=1760708883&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=1080&amp;v=1760708883&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f248fc76640_large_cac6a759-8942-4709-bd0e-73ebb2ccd083.webp?crop=center&amp;height=1200&amp;v=1760708883&amp;width=1200 1200w 1200h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/merveilleuse-maitresse"
      class="product-card__link"
      
        title="Merveilleuse Maîtresse"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Merveilleuse Maîtresse</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/merveilleuse-maitresse"
        class="product-card__link"
        tabindex="-1"
        
          title="Merveilleuse Maîtresse"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9925977375058"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/poulette"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Poulette"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Poulette – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/698a3ee95ccd5_large_0a96c95d-6ba7-4eab-82e4-5a6cbc57f1e5.webp?crop=center&amp;height=300&amp;v=1770973155&amp;width=300" alt="Poulette – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/698a3ee95ccd5_large_0a96c95d-6ba7-4eab-82e4-5a6cbc57f1e5.webp?crop=center&amp;height=180&amp;v=1770973155&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/698a3ee95ccd5_large_0a96c95d-6ba7-4eab-82e4-5a6cbc57f1e5.webp?crop=center&amp;height=360&amp;v=1770973155&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/698a3ee95ccd5_large_0a96c95d-6ba7-4eab-82e4-5a6cbc57f1e5.webp?crop=center&amp;height=540&amp;v=1770973155&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/698a3ee95ccd5_large_0a96c95d-6ba7-4eab-82e4-5a6cbc57f1e5.webp?crop=center&amp;height=720&amp;v=1770973155&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/698a3ee95ccd5_large_0a96c95d-6ba7-4eab-82e4-5a6cbc57f1e5.webp?crop=center&amp;height=900&amp;v=1770973155&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/698a3ee95ccd5_large_0a96c95d-6ba7-4eab-82e4-5a6cbc57f1e5.webp?crop=center&amp;height=1080&amp;v=1770973155&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/698a3ee95ccd5_large_0a96c95d-6ba7-4eab-82e4-5a6cbc57f1e5.webp?crop=center&amp;height=1296&amp;v=1770973155&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/698a3ee95ccd5_large_0a96c95d-6ba7-4eab-82e4-5a6cbc57f1e5.webp?crop=center&amp;height=1512&amp;v=1770973155&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/698a3ee95ccd5_large_0a96c95d-6ba7-4eab-82e4-5a6cbc57f1e5.webp?crop=center&amp;height=2048&amp;v=1770973155&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/poulette"
      class="product-card__link"
      
        title="Poulette"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Poulette</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/poulette"
        class="product-card__link"
        tabindex="-1"
        
          title="Poulette"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9925965873490"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/le-joli-petit-bazar"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Le joli petit bazar"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Le joli petit bazar – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb5c1944.webp?crop=center&amp;height=300&amp;v=1760706900&amp;width=300" alt="Le joli petit bazar – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb5c1944.webp?crop=center&amp;height=180&amp;v=1760706900&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb5c1944.webp?crop=center&amp;height=360&amp;v=1760706900&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb5c1944.webp?crop=center&amp;height=540&amp;v=1760706900&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb5c1944.webp?crop=center&amp;height=720&amp;v=1760706900&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb5c1944.webp?crop=center&amp;height=900&amp;v=1760706900&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb5c1944.webp?crop=center&amp;height=1080&amp;v=1760706900&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb5c1944.webp?crop=center&amp;height=1296&amp;v=1760706900&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb5c1944.webp?crop=center&amp;height=1512&amp;v=1760706900&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb5c1944.webp?crop=center&amp;height=2048&amp;v=1760706900&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/le-joli-petit-bazar"
      class="product-card__link"
      
        title="Le joli petit bazar"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Le joli petit bazar</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/le-joli-petit-bazar"
        class="product-card__link"
        tabindex="-1"
        
          title="Le joli petit bazar"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7398337609907"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-texte"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tote Bag - Texte"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tote Bag - Texte – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=300&amp;v=1760706883&amp;width=300" alt="Tote Bag - Texte – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=180&amp;v=1760706883&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=360&amp;v=1760706883&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=540&amp;v=1760706883&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=720&amp;v=1760706883&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=900&amp;v=1760706883&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=1080&amp;v=1760706883&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=1296&amp;v=1760706883&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=1512&amp;v=1760706883&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb724c71.webp?crop=center&amp;height=2048&amp;v=1760706883&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-texte"
      class="product-card__link"
      
        title="Tote Bag - Texte"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tote Bag - Texte</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-texte"
        class="product-card__link"
        tabindex="-1"
        
          title="Tote Bag - Texte"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9925976916306"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/mamie-coeurs"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamie Coeurs"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamie Coeurs – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb75e4c3_00243134-7448-4cf6-9753-0f1c24069f39.webp?crop=center&amp;height=300&amp;v=1760706903&amp;width=300" alt="Mamie Coeurs – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb75e4c3_00243134-7448-4cf6-9753-0f1c24069f39.webp?crop=center&amp;height=180&amp;v=1760706903&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb75e4c3_00243134-7448-4cf6-9753-0f1c24069f39.webp?crop=center&amp;height=360&amp;v=1760706903&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb75e4c3_00243134-7448-4cf6-9753-0f1c24069f39.webp?crop=center&amp;height=540&amp;v=1760706903&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb75e4c3_00243134-7448-4cf6-9753-0f1c24069f39.webp?crop=center&amp;height=720&amp;v=1760706903&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb75e4c3_00243134-7448-4cf6-9753-0f1c24069f39.webp?crop=center&amp;height=900&amp;v=1760706903&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb75e4c3_00243134-7448-4cf6-9753-0f1c24069f39.webp?crop=center&amp;height=1080&amp;v=1760706903&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb75e4c3_00243134-7448-4cf6-9753-0f1c24069f39.webp?crop=center&amp;height=1296&amp;v=1760706903&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb75e4c3_00243134-7448-4cf6-9753-0f1c24069f39.webp?crop=center&amp;height=1512&amp;v=1760706903&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb75e4c3_00243134-7448-4cf6-9753-0f1c24069f39.webp?crop=center&amp;height=2048&amp;v=1760706903&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/mamie-coeurs"
      class="product-card__link"
      
        title="Mamie Coeurs"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamie Coeurs</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/mamie-coeurs"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamie Coeurs"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984247759186"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/amazing"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Amazing"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Amazing – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb512795.webp?crop=center&amp;height=300&amp;v=1760706952&amp;width=300" alt="Amazing – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb512795.webp?crop=center&amp;height=180&amp;v=1760706952&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb512795.webp?crop=center&amp;height=360&amp;v=1760706952&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb512795.webp?crop=center&amp;height=540&amp;v=1760706952&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb512795.webp?crop=center&amp;height=720&amp;v=1760706952&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb512795.webp?crop=center&amp;height=900&amp;v=1760706952&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb512795.webp?crop=center&amp;height=1080&amp;v=1760706952&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb512795.webp?crop=center&amp;height=1296&amp;v=1760706952&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb512795.webp?crop=center&amp;height=1512&amp;v=1760706952&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb512795.webp?crop=center&amp;height=2048&amp;v=1760706952&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/amazing"
      class="product-card__link"
      
        title="Amazing"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Amazing</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/amazing"
        class="product-card__link"
        tabindex="-1"
        
          title="Amazing"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9925965513042"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/meilleure-mamie-du-monde"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Meilleure mamie du monde"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Meilleure mamie du monde – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb771753.webp?crop=center&amp;height=300&amp;v=1760706908&amp;width=300" alt="Meilleure mamie du monde – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb771753.webp?crop=center&amp;height=180&amp;v=1760706908&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb771753.webp?crop=center&amp;height=360&amp;v=1760706908&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb771753.webp?crop=center&amp;height=540&amp;v=1760706908&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb771753.webp?crop=center&amp;height=720&amp;v=1760706908&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb771753.webp?crop=center&amp;height=900&amp;v=1760706908&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb771753.webp?crop=center&amp;height=1080&amp;v=1760706908&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb771753.webp?crop=center&amp;height=1296&amp;v=1760706908&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb771753.webp?crop=center&amp;height=1512&amp;v=1760706908&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb771753.webp?crop=center&amp;height=2048&amp;v=1760706908&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/meilleure-mamie-du-monde"
      class="product-card__link"
      
        title="Meilleure mamie du monde"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Meilleure mamie du monde</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/meilleure-mamie-du-monde"
        class="product-card__link"
        tabindex="-1"
        
          title="Meilleure mamie du monde"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9925965381970"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/merveilleuse"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Merveilleuse"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Merveilleuse – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb483ebc.webp?crop=center&amp;height=300&amp;v=1760706912&amp;width=300" alt="Merveilleuse – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb483ebc.webp?crop=center&amp;height=180&amp;v=1760706912&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb483ebc.webp?crop=center&amp;height=360&amp;v=1760706912&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb483ebc.webp?crop=center&amp;height=540&amp;v=1760706912&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb483ebc.webp?crop=center&amp;height=720&amp;v=1760706912&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb483ebc.webp?crop=center&amp;height=900&amp;v=1760706912&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb483ebc.webp?crop=center&amp;height=1080&amp;v=1760706912&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb483ebc.webp?crop=center&amp;height=1296&amp;v=1760706912&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb483ebc.webp?crop=center&amp;height=1512&amp;v=1760706912&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb483ebc.webp?crop=center&amp;height=2048&amp;v=1760706912&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/merveilleuse"
      class="product-card__link"
      
        title="Merveilleuse"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Merveilleuse</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/merveilleuse"
        class="product-card__link"
        tabindex="-1"
        
          title="Merveilleuse"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9925965316434"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/incroyable-mamie"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Incroyable Mamie"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Incroyable Mamie – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb719da0.webp?crop=center&amp;height=300&amp;v=1760706916&amp;width=300" alt="Incroyable Mamie – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb719da0.webp?crop=center&amp;height=180&amp;v=1760706916&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb719da0.webp?crop=center&amp;height=360&amp;v=1760706916&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb719da0.webp?crop=center&amp;height=540&amp;v=1760706916&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb719da0.webp?crop=center&amp;height=720&amp;v=1760706916&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb719da0.webp?crop=center&amp;height=900&amp;v=1760706916&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb719da0.webp?crop=center&amp;height=1080&amp;v=1760706916&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb719da0.webp?crop=center&amp;height=1296&amp;v=1760706916&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb719da0.webp?crop=center&amp;height=1512&amp;v=1760706916&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb719da0.webp?crop=center&amp;height=2048&amp;v=1760706916&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/incroyable-mamie"
      class="product-card__link"
      
        title="Incroyable Mamie"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Incroyable Mamie</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/incroyable-mamie"
        class="product-card__link"
        tabindex="-1"
        
          title="Incroyable Mamie"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9925966004562"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/mamie-merveilleuse"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamie merveilleuse"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamie merveilleuse – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb4aca1c.webp?crop=center&amp;height=300&amp;v=1760706894&amp;width=300" alt="Mamie merveilleuse – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb4aca1c.webp?crop=center&amp;height=180&amp;v=1760706894&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb4aca1c.webp?crop=center&amp;height=360&amp;v=1760706894&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb4aca1c.webp?crop=center&amp;height=540&amp;v=1760706894&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb4aca1c.webp?crop=center&amp;height=720&amp;v=1760706894&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb4aca1c.webp?crop=center&amp;height=900&amp;v=1760706894&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb4aca1c.webp?crop=center&amp;height=1080&amp;v=1760706894&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb4aca1c.webp?crop=center&amp;height=1296&amp;v=1760706894&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb4aca1c.webp?crop=center&amp;height=1512&amp;v=1760706894&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb4aca1c.webp?crop=center&amp;height=2048&amp;v=1760706894&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/mamie-merveilleuse"
      class="product-card__link"
      
        title="Mamie merveilleuse"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamie merveilleuse</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/mamie-merveilleuse"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamie merveilleuse"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7397569691827"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-big-family"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tote Bag - Big family"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tote Bag - Big family – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb6ee915.webp?crop=center&amp;height=300&amp;v=1760706750&amp;width=300" alt="Tote Bag - Big family – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb6ee915.webp?crop=center&amp;height=180&amp;v=1760706750&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb6ee915.webp?crop=center&amp;height=360&amp;v=1760706750&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb6ee915.webp?crop=center&amp;height=540&amp;v=1760706750&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb6ee915.webp?crop=center&amp;height=720&amp;v=1760706750&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb6ee915.webp?crop=center&amp;height=900&amp;v=1760706750&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb6ee915.webp?crop=center&amp;height=1080&amp;v=1760706750&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb6ee915.webp?crop=center&amp;height=1296&amp;v=1760706750&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb6ee915.webp?crop=center&amp;height=1512&amp;v=1760706750&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb6ee915.webp?crop=center&amp;height=2048&amp;v=1760706750&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-big-family"
      class="product-card__link"
      
        title="Tote Bag - Big family"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tote Bag - Big family</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-big-family"
        class="product-card__link"
        tabindex="-1"
        
          title="Tote Bag - Big family"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7398336364723"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-nous"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tote Bag - Nous"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tote Bag - Nous – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb799766_ce986bc6-71c2-42e2-a043-fde08b8d6497.webp?crop=center&amp;height=300&amp;v=1760706879&amp;width=300" alt="Tote Bag - Nous – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb799766_ce986bc6-71c2-42e2-a043-fde08b8d6497.webp?crop=center&amp;height=180&amp;v=1760706879&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb799766_ce986bc6-71c2-42e2-a043-fde08b8d6497.webp?crop=center&amp;height=360&amp;v=1760706879&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb799766_ce986bc6-71c2-42e2-a043-fde08b8d6497.webp?crop=center&amp;height=540&amp;v=1760706879&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb799766_ce986bc6-71c2-42e2-a043-fde08b8d6497.webp?crop=center&amp;height=720&amp;v=1760706879&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb799766_ce986bc6-71c2-42e2-a043-fde08b8d6497.webp?crop=center&amp;height=900&amp;v=1760706879&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb799766_ce986bc6-71c2-42e2-a043-fde08b8d6497.webp?crop=center&amp;height=1080&amp;v=1760706879&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb799766_ce986bc6-71c2-42e2-a043-fde08b8d6497.webp?crop=center&amp;height=1296&amp;v=1760706879&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb799766_ce986bc6-71c2-42e2-a043-fde08b8d6497.webp?crop=center&amp;height=1512&amp;v=1760706879&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb799766_ce986bc6-71c2-42e2-a043-fde08b8d6497.webp?crop=center&amp;height=2048&amp;v=1760706879&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-nous"
      class="product-card__link"
      
        title="Tote Bag - Nous"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tote Bag - Nous</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-nous"
        class="product-card__link"
        tabindex="-1"
        
          title="Tote Bag - Nous"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7398322995379"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-family-first"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tote Bag - Family First"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tote Bag - Family First – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb72201a.webp?crop=center&amp;height=300&amp;v=1760706808&amp;width=300" alt="Tote Bag - Family First – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb72201a.webp?crop=center&amp;height=180&amp;v=1760706808&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb72201a.webp?crop=center&amp;height=360&amp;v=1760706808&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb72201a.webp?crop=center&amp;height=540&amp;v=1760706808&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb72201a.webp?crop=center&amp;height=720&amp;v=1760706808&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb72201a.webp?crop=center&amp;height=900&amp;v=1760706808&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb72201a.webp?crop=center&amp;height=1080&amp;v=1760706808&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb72201a.webp?crop=center&amp;height=1296&amp;v=1760706808&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb72201a.webp?crop=center&amp;height=1512&amp;v=1760706808&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb72201a.webp?crop=center&amp;height=2048&amp;v=1760706808&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-family-first"
      class="product-card__link"
      
        title="Tote Bag - Family First"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tote Bag - Family First</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-family-first"
        class="product-card__link"
        tabindex="-1"
        
          title="Tote Bag - Family First"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7397566087347"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-family"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tote Bag - Family"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tote Bag - Family – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb28ff28.webp?crop=center&amp;height=300&amp;v=1760706743&amp;width=300" alt="Tote Bag - Family – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb28ff28.webp?crop=center&amp;height=180&amp;v=1760706743&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb28ff28.webp?crop=center&amp;height=360&amp;v=1760706743&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb28ff28.webp?crop=center&amp;height=540&amp;v=1760706743&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb28ff28.webp?crop=center&amp;height=720&amp;v=1760706743&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb28ff28.webp?crop=center&amp;height=900&amp;v=1760706743&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb28ff28.webp?crop=center&amp;height=1080&amp;v=1760706743&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb28ff28.webp?crop=center&amp;height=1296&amp;v=1760706743&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb28ff28.webp?crop=center&amp;height=1512&amp;v=1760706743&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb28ff28.webp?crop=center&amp;height=2048&amp;v=1760706743&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-family"
      class="product-card__link"
      
        title="Tote Bag - Family"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tote Bag - Family</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-family"
        class="product-card__link"
        tabindex="-1"
        
          title="Tote Bag - Family"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7398328271027"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-mom"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tote Bag - Mom"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tote Bag - Mom – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb6d7a85.webp?crop=center&amp;height=300&amp;v=1760706840&amp;width=300" alt="Tote Bag - Mom – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb6d7a85.webp?crop=center&amp;height=180&amp;v=1760706840&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb6d7a85.webp?crop=center&amp;height=360&amp;v=1760706840&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb6d7a85.webp?crop=center&amp;height=540&amp;v=1760706840&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb6d7a85.webp?crop=center&amp;height=720&amp;v=1760706840&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb6d7a85.webp?crop=center&amp;height=900&amp;v=1760706840&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb6d7a85.webp?crop=center&amp;height=1080&amp;v=1760706840&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb6d7a85.webp?crop=center&amp;height=1296&amp;v=1760706840&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb6d7a85.webp?crop=center&amp;height=1512&amp;v=1760706840&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb6d7a85.webp?crop=center&amp;height=2048&amp;v=1760706840&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-mom"
      class="product-card__link"
      
        title="Tote Bag - Mom"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tote Bag - Mom</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-mom"
        class="product-card__link"
        tabindex="-1"
        
          title="Tote Bag - Mom"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7398310838451"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-girls-squad"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tote Bag - Girls Squad"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tote Bag - Girls Squad – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb69209e.webp?crop=center&amp;height=300&amp;v=1760706780&amp;width=300" alt="Tote Bag - Girls Squad – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb69209e.webp?crop=center&amp;height=180&amp;v=1760706780&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb69209e.webp?crop=center&amp;height=360&amp;v=1760706780&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb69209e.webp?crop=center&amp;height=540&amp;v=1760706780&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb69209e.webp?crop=center&amp;height=720&amp;v=1760706780&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb69209e.webp?crop=center&amp;height=900&amp;v=1760706780&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb69209e.webp?crop=center&amp;height=1080&amp;v=1760706780&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb69209e.webp?crop=center&amp;height=1296&amp;v=1760706780&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb69209e.webp?crop=center&amp;height=1512&amp;v=1760706780&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb69209e.webp?crop=center&amp;height=2048&amp;v=1760706780&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-girls-squad"
      class="product-card__link"
      
        title="Tote Bag - Girls Squad"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tote Bag - Girls Squad</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-girls-squad"
        class="product-card__link"
        tabindex="-1"
        
          title="Tote Bag - Girls Squad"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7398333382835"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-playa"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tote Bag - Playa"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tote Bag - Playa – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb50ba4c.webp?crop=center&amp;height=300&amp;v=1760706865&amp;width=300" alt="Tote Bag - Playa – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb50ba4c.webp?crop=center&amp;height=180&amp;v=1760706865&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb50ba4c.webp?crop=center&amp;height=360&amp;v=1760706865&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb50ba4c.webp?crop=center&amp;height=540&amp;v=1760706865&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb50ba4c.webp?crop=center&amp;height=720&amp;v=1760706865&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb50ba4c.webp?crop=center&amp;height=900&amp;v=1760706865&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb50ba4c.webp?crop=center&amp;height=1080&amp;v=1760706865&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb50ba4c.webp?crop=center&amp;height=1296&amp;v=1760706865&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb50ba4c.webp?crop=center&amp;height=1512&amp;v=1760706865&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb50ba4c.webp?crop=center&amp;height=2048&amp;v=1760706865&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-playa"
      class="product-card__link"
      
        title="Tote Bag - Playa"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tote Bag - Playa</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-playa"
        class="product-card__link"
        tabindex="-1"
        
          title="Tote Bag - Playa"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7397582012595"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__16378583596b69b068"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-our-family"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Tote Bag - Our family"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Tote Bag - Our family – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68f23cb2db0c9.webp?crop=center&amp;height=300&amp;v=1760706765&amp;width=300" alt="Tote Bag - Our family – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68f23cb2db0c9.webp?crop=center&amp;height=180&amp;v=1760706765&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68f23cb2db0c9.webp?crop=center&amp;height=360&amp;v=1760706765&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68f23cb2db0c9.webp?crop=center&amp;height=540&amp;v=1760706765&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68f23cb2db0c9.webp?crop=center&amp;height=720&amp;v=1760706765&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68f23cb2db0c9.webp?crop=center&amp;height=900&amp;v=1760706765&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68f23cb2db0c9.webp?crop=center&amp;height=1080&amp;v=1760706765&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68f23cb2db0c9.webp?crop=center&amp;height=1296&amp;v=1760706765&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68f23cb2db0c9.webp?crop=center&amp;height=1512&amp;v=1760706765&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68f23cb2db0c9.webp?crop=center&amp;height=2048&amp;v=1760706765&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-our-family"
      class="product-card__link"
      
        title="Tote Bag - Our family"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Tote Bag - Our family</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/tote-bag-personnalise/products/tote-bag-our-family"
        class="product-card__link"
        tabindex="-1"
        
          title="Tote Bag - Our family"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>34,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel></tabbed-content>
      

      

  <div
    class="section__link section__link--center js-animate-single"
    data-animation-displacement="0"
    style="      --button-color: initial;      --button-hover-color: initial;      --button-background-color: initial;      --button-hover-background-color: initial;              --color-text: #222222;          "
  >
    <a
      href="/collections/tote-bag-maman-personnalise"
      class="section__link-link c-btn c-btn--primary js-update-link"
    >VOIR TOUS LES TOTE BAGS</a>
  </div>


    
  </div><script src="//henrietteandco.com/cdn/shop/t/33/assets/items-scroll-paged-navigation.js?v=6570701935369699931776114279" type="module"></script><script src="//henrietteandco.com/cdn/shop/t/33/assets/tabbed-content.js?v=175922217864836671761776114329" type="module"></script></section>


<style> @media (max-width: 749px) {#shopify-section-template--29760633373010__16378583596b69b068 .product-card__details {display: flex; justify-content: center; align-items: baseline; /* 🔥 la clé ici */ gap: 8px; flex-wrap: wrap; text-align: center; } #shopify-section-template--29760633373010__16378583596b69b068 .product-card__title, #shopify-section-template--29760633373010__16378583596b69b068 .product-card__price {margin: 0; font-size: 14px; line-height: 1.2; /* 🔧 important pour cohérence verticale */ }} </style></div><div id="shopify-section-template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08" class="shopify-section js-section__featured-collections">

  <link
    rel="stylesheet"
    href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308" rel="stylesheet" type="text/css" media="all" />
  </noscript><link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465"
      media="print"
      onload="this.media='all'"
    >
    <link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465" rel="stylesheet" type="text/css" media="all" />
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330" rel="stylesheet" type="text/css" media="all" />
    </noscript>
<section
  class="section    section--template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08    section--featured-collections         section--has-link"
  data-section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  data-section-type="featured-collections"
>
  <div
    class="section__content section__content--padded"
    style="      --space-top: 0px;      --space-bottom: 0px    "
  >
    <div class="container container--large u-ph+@mob"><div
          class="section__title            js-animate-single            section__title--center             section__title--desc"
          data-animation-displacement="5"
        ><div
              class="section__title-desc rte js-animate-single"
              data-animation-displacement="0"
              data-animation-delay="0.1"
            >
              <h2>mugs personnalisables</h2>
            </div></div></div><style>.section--template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08 [data-items] {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: hidden;
      }

      .section--template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08 [data-items] > * {
        flex-shrink: 0;
        flex-grow: 0;
      }
</style><link
        rel="stylesheet"
        href="//henrietteandco.com/cdn/shop/t/33/assets/component-tabbed-content.css?v=139149231608286659581776114255"
        media="print"
        onload="this.media='all'"
      >
      <noscript>
        <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-tabbed-content.css?v=139149231608286659581776114255" rel="stylesheet" type="text/css" media="all" />
      </noscript>
      <tabbed-content align-items="center"><div class="tab-triggers__wrapper container--large u-ph0@mob">
          <tab-triggers
            role="tablist"
            
          ><button
                type="button"
                role="tab"
                aria-controls="tab-panel-46c8ed40-50bc-4698-9564-3f116c5c48e0"
                id="tab-46c8ed40-50bc-4698-9564-3f116c5c48e0"
                
                  aria-selected="true"
                  tabindex="0"
                
                
                
                  data-update-link="/collections/mug-maman-personnalise"
                
                
              >Maman</button><button
                type="button"
                role="tab"
                aria-controls="tab-panel-collection_G4DQDy"
                id="tab-collection_G4DQDy"
                
                  aria-selected="false"
                  tabindex="-1"
                
                
                
                  data-update-link="/collections/cadeau-fete-des-peres-original"
                
                
              >Papa</button><button
                type="button"
                role="tab"
                aria-controls="tab-panel-bf444b54-0b0b-4bfa-ba79-b5289ec6c1d1"
                id="tab-bf444b54-0b0b-4bfa-ba79-b5289ec6c1d1"
                
                  aria-selected="false"
                  tabindex="-1"
                
                
                
                  data-update-link="https://henrietteandco.com/collections/mugs-personnalises"
                
                
              >Vos préférés</button></tab-triggers>
        </div><tab-panel
          id="tab-panel-46c8ed40-50bc-4698-9564-3f116c5c48e0"
          role="tabpanel"
          aria-labelledby="tab-46c8ed40-50bc-4698-9564-3f116c5c48e0"
          tabindex="0"
          
        ><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="9984254673234"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/ma-moon"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Ma moon"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Ma moon – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb58837c.webp?crop=center&amp;height=300&amp;v=1743409766&amp;width=300" alt="Ma moon – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb58837c.webp?crop=center&amp;height=180&amp;v=1743409766&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb58837c.webp?crop=center&amp;height=360&amp;v=1743409766&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb58837c.webp?crop=center&amp;height=540&amp;v=1743409766&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb58837c.webp?crop=center&amp;height=720&amp;v=1743409766&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb58837c.webp?crop=center&amp;height=900&amp;v=1743409766&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb58837c.webp?crop=center&amp;height=1080&amp;v=1743409766&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb58837c.webp?crop=center&amp;height=1296&amp;v=1743409766&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb58837c.webp?crop=center&amp;height=1512&amp;v=1743409766&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb58837c.webp?crop=center&amp;height=2048&amp;v=1743409766&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/ma-moon"
      class="product-card__link"
      
        title="Ma moon"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Ma moon</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/ma-moon"
        class="product-card__link"
        tabindex="-1"
        
          title="Ma moon"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984256803154"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/best-mama"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Best mama"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Best mama – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb44a74f.webp?crop=center&amp;height=300&amp;v=1743409756&amp;width=300" alt="Best mama – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb44a74f.webp?crop=center&amp;height=180&amp;v=1743409756&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb44a74f.webp?crop=center&amp;height=360&amp;v=1743409756&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb44a74f.webp?crop=center&amp;height=540&amp;v=1743409756&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb44a74f.webp?crop=center&amp;height=720&amp;v=1743409756&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb44a74f.webp?crop=center&amp;height=900&amp;v=1743409756&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb44a74f.webp?crop=center&amp;height=1080&amp;v=1743409756&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb44a74f.webp?crop=center&amp;height=1296&amp;v=1743409756&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb44a74f.webp?crop=center&amp;height=1512&amp;v=1743409756&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb44a74f.webp?crop=center&amp;height=2048&amp;v=1743409756&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/best-mama"
      class="product-card__link"
      
        title="Best mama"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Best mama</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/best-mama"
        class="product-card__link"
        tabindex="-1"
        
          title="Best mama"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984258605394"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/mams"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maman Poule"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maman Poule – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/692e9fb7bc66a.webp?crop=center&amp;height=300&amp;v=1764663256&amp;width=300" alt="Maman Poule – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/692e9fb7bc66a.webp?crop=center&amp;height=180&amp;v=1764663256&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/692e9fb7bc66a.webp?crop=center&amp;height=360&amp;v=1764663256&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/692e9fb7bc66a.webp?crop=center&amp;height=540&amp;v=1764663256&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/692e9fb7bc66a.webp?crop=center&amp;height=720&amp;v=1764663256&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/692e9fb7bc66a.webp?crop=center&amp;height=900&amp;v=1764663256&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/692e9fb7bc66a.webp?crop=center&amp;height=1080&amp;v=1764663256&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/692e9fb7bc66a.webp?crop=center&amp;height=1296&amp;v=1764663256&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/692e9fb7bc66a.webp?crop=center&amp;height=1512&amp;v=1764663256&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/692e9fb7bc66a.webp?crop=center&amp;height=2048&amp;v=1764663256&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/mams"
      class="product-card__link"
      
        title="Maman Poule"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maman Poule</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/mams"
        class="product-card__link"
        tabindex="-1"
        
          title="Maman Poule"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984257917266"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/chere-maman"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Chere maman"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Chere maman – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dd954c9cd.webp?crop=center&amp;height=300&amp;v=1743409772&amp;width=300" alt="Chere maman – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dd954c9cd.webp?crop=center&amp;height=180&amp;v=1743409772&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dd954c9cd.webp?crop=center&amp;height=360&amp;v=1743409772&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dd954c9cd.webp?crop=center&amp;height=540&amp;v=1743409772&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dd954c9cd.webp?crop=center&amp;height=720&amp;v=1743409772&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dd954c9cd.webp?crop=center&amp;height=900&amp;v=1743409772&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dd954c9cd.webp?crop=center&amp;height=1080&amp;v=1743409772&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dd954c9cd.webp?crop=center&amp;height=1296&amp;v=1743409772&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dd954c9cd.webp?crop=center&amp;height=1512&amp;v=1743409772&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dd954c9cd.webp?crop=center&amp;height=2048&amp;v=1743409772&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/chere-maman"
      class="product-card__link"
      
        title="Chere maman"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Chere maman</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/chere-maman"
        class="product-card__link"
        tabindex="-1"
        
          title="Chere maman"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10051920855378"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/mamasita"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamasita"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamasita – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6811fe89f4034.webp?crop=center&amp;height=300&amp;v=1746009814&amp;width=300" alt="Mamasita – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6811fe89f4034.webp?crop=center&amp;height=180&amp;v=1746009814&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6811fe89f4034.webp?crop=center&amp;height=360&amp;v=1746009814&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6811fe89f4034.webp?crop=center&amp;height=540&amp;v=1746009814&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6811fe89f4034.webp?crop=center&amp;height=720&amp;v=1746009814&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6811fe89f4034.webp?crop=center&amp;height=900&amp;v=1746009814&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6811fe89f4034.webp?crop=center&amp;height=1080&amp;v=1746009814&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6811fe89f4034.webp?crop=center&amp;height=1296&amp;v=1746009814&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6811fe89f4034.webp?crop=center&amp;height=1512&amp;v=1746009814&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6811fe89f4034.webp?crop=center&amp;height=2048&amp;v=1746009814&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/mamasita"
      class="product-card__link"
      
        title="Mamasita"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamasita</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/mamasita"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamasita"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10060330139986"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/mamou"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamou"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamou – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/681a749b59efb.webp?crop=center&amp;height=300&amp;v=1746564324&amp;width=300" alt="Mamou – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/681a749b59efb.webp?crop=center&amp;height=180&amp;v=1746564324&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/681a749b59efb.webp?crop=center&amp;height=360&amp;v=1746564324&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/681a749b59efb.webp?crop=center&amp;height=540&amp;v=1746564324&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/681a749b59efb.webp?crop=center&amp;height=720&amp;v=1746564324&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/681a749b59efb.webp?crop=center&amp;height=900&amp;v=1746564324&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/681a749b59efb.webp?crop=center&amp;height=1080&amp;v=1746564324&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/681a749b59efb.webp?crop=center&amp;height=1296&amp;v=1746564324&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/681a749b59efb.webp?crop=center&amp;height=1512&amp;v=1746564324&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/681a749b59efb.webp?crop=center&amp;height=2048&amp;v=1746564324&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/mamou"
      class="product-card__link"
      
        title="Mamou"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamou</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/mamou"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamou"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7211566760115"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/mommy-2"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="MOMMY"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: MOMMY – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dd9279390.webp?crop=center&amp;height=300&amp;v=1743409494&amp;width=300" alt="MOMMY – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dd9279390.webp?crop=center&amp;height=180&amp;v=1743409494&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dd9279390.webp?crop=center&amp;height=360&amp;v=1743409494&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dd9279390.webp?crop=center&amp;height=540&amp;v=1743409494&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dd9279390.webp?crop=center&amp;height=720&amp;v=1743409494&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dd9279390.webp?crop=center&amp;height=900&amp;v=1743409494&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dd9279390.webp?crop=center&amp;height=1080&amp;v=1743409494&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dd9279390.webp?crop=center&amp;height=1296&amp;v=1743409494&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dd9279390.webp?crop=center&amp;height=1512&amp;v=1743409494&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dd9279390.webp?crop=center&amp;height=2048&amp;v=1743409494&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/mommy-2"
      class="product-card__link"
      
        title="MOMMY"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>MOMMY</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/mommy-2"
        class="product-card__link"
        tabindex="-1"
        
          title="MOMMY"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="6987230118067"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/famille-de-6"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Famille"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Famille – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=300&amp;v=1743409143&amp;width=300" alt="Famille – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=180&amp;v=1743409143&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=360&amp;v=1743409143&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=540&amp;v=1743409143&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=720&amp;v=1743409143&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=900&amp;v=1743409143&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=1080&amp;v=1743409143&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=1296&amp;v=1743409143&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=1512&amp;v=1743409143&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=2048&amp;v=1743409143&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/famille-de-6"
      class="product-card__link"
      
        title="Famille"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Famille</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/famille-de-6"
        class="product-card__link"
        tabindex="-1"
        
          title="Famille"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10061037633874"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/mamas"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mama's"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mama&amp;#39;s – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6824320c994bb.webp?crop=center&amp;height=300&amp;v=1747202636&amp;width=300" alt="Mama&#39;s – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6824320c994bb.webp?crop=center&amp;height=180&amp;v=1747202636&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6824320c994bb.webp?crop=center&amp;height=360&amp;v=1747202636&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6824320c994bb.webp?crop=center&amp;height=540&amp;v=1747202636&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6824320c994bb.webp?crop=center&amp;height=720&amp;v=1747202636&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6824320c994bb.webp?crop=center&amp;height=900&amp;v=1747202636&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6824320c994bb.webp?crop=center&amp;height=1080&amp;v=1747202636&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6824320c994bb.webp?crop=center&amp;height=1296&amp;v=1747202636&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6824320c994bb.webp?crop=center&amp;height=1512&amp;v=1747202636&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6824320c994bb.webp?crop=center&amp;height=2048&amp;v=1747202636&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/mamas"
      class="product-card__link"
      
        title="Mama's"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mama's</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/mamas"
        class="product-card__link"
        tabindex="-1"
        
          title="Mama's"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10052017783122"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/belle"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Belle"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Belle – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/68121033e9d2e_8ea9bffb-2d09-4252-9613-1d61b83e852b.webp?crop=center&amp;height=300&amp;v=1746433075&amp;width=300" alt="Belle – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/68121033e9d2e_8ea9bffb-2d09-4252-9613-1d61b83e852b.webp?crop=center&amp;height=180&amp;v=1746433075&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/68121033e9d2e_8ea9bffb-2d09-4252-9613-1d61b83e852b.webp?crop=center&amp;height=360&amp;v=1746433075&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/68121033e9d2e_8ea9bffb-2d09-4252-9613-1d61b83e852b.webp?crop=center&amp;height=540&amp;v=1746433075&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/68121033e9d2e_8ea9bffb-2d09-4252-9613-1d61b83e852b.webp?crop=center&amp;height=720&amp;v=1746433075&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/68121033e9d2e_8ea9bffb-2d09-4252-9613-1d61b83e852b.webp?crop=center&amp;height=900&amp;v=1746433075&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/68121033e9d2e_8ea9bffb-2d09-4252-9613-1d61b83e852b.webp?crop=center&amp;height=1080&amp;v=1746433075&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/68121033e9d2e_8ea9bffb-2d09-4252-9613-1d61b83e852b.webp?crop=center&amp;height=1296&amp;v=1746433075&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/68121033e9d2e_8ea9bffb-2d09-4252-9613-1d61b83e852b.webp?crop=center&amp;height=1512&amp;v=1746433075&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/68121033e9d2e_8ea9bffb-2d09-4252-9613-1d61b83e852b.webp?crop=center&amp;height=2048&amp;v=1746433075&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/belle"
      class="product-card__link"
      
        title="Belle"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Belle</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/belle"
        class="product-card__link"
        tabindex="-1"
        
          title="Belle"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984255983954"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/mama-coeurs"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mama coeurs"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mama coeurs – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddaf1d2fd.webp?crop=center&amp;height=300&amp;v=1743409761&amp;width=300" alt="Mama coeurs – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddaf1d2fd.webp?crop=center&amp;height=180&amp;v=1743409761&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddaf1d2fd.webp?crop=center&amp;height=360&amp;v=1743409761&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddaf1d2fd.webp?crop=center&amp;height=540&amp;v=1743409761&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddaf1d2fd.webp?crop=center&amp;height=720&amp;v=1743409761&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddaf1d2fd.webp?crop=center&amp;height=900&amp;v=1743409761&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddaf1d2fd.webp?crop=center&amp;height=1080&amp;v=1743409761&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddaf1d2fd.webp?crop=center&amp;height=1296&amp;v=1743409761&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddaf1d2fd.webp?crop=center&amp;height=1512&amp;v=1743409761&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddaf1d2fd.webp?crop=center&amp;height=2048&amp;v=1743409761&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/mama-coeurs"
      class="product-card__link"
      
        title="Mama coeurs"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mama coeurs</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/mama-coeurs"
        class="product-card__link"
        tabindex="-1"
        
          title="Mama coeurs"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10035695583570"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/mama"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mama"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mama – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/691dc710bf0b2.webp?crop=center&amp;height=300&amp;v=1763559192&amp;width=300" alt="Mama – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/691dc710bf0b2.webp?crop=center&amp;height=180&amp;v=1763559192&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/691dc710bf0b2.webp?crop=center&amp;height=360&amp;v=1763559192&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/691dc710bf0b2.webp?crop=center&amp;height=540&amp;v=1763559192&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/691dc710bf0b2.webp?crop=center&amp;height=720&amp;v=1763559192&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/691dc710bf0b2.webp?crop=center&amp;height=900&amp;v=1763559192&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/691dc710bf0b2.webp?crop=center&amp;height=1080&amp;v=1763559192&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/691dc710bf0b2.webp?crop=center&amp;height=1296&amp;v=1763559192&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/691dc710bf0b2.webp?crop=center&amp;height=1512&amp;v=1763559192&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/691dc710bf0b2.webp?crop=center&amp;height=2048&amp;v=1763559192&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/mama"
      class="product-card__link"
      
        title="Mama"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mama</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/mama"
        class="product-card__link"
        tabindex="-1"
        
          title="Mama"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7251437846707"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/maman-enfants-1"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maman & Enfants"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maman &amp;amp; Enfants – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=300&amp;v=1743409531&amp;width=300" alt="Maman &amp; Enfants – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=180&amp;v=1743409531&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=360&amp;v=1743409531&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=540&amp;v=1743409531&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=720&amp;v=1743409531&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=900&amp;v=1743409531&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=1080&amp;v=1743409531&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=1296&amp;v=1743409531&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=1512&amp;v=1743409531&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=2048&amp;v=1743409531&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/maman-enfants-1"
      class="product-card__link"
      
        title="Maman & Enfants"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maman & Enfants</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/maman-enfants-1"
        class="product-card__link"
        tabindex="-1"
        
          title="Maman & Enfants"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7089154228403"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/maman-fille"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maman & Fille"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maman &amp;amp; Fille – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=300&amp;v=1743409287&amp;width=300" alt="Maman &amp; Fille – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=180&amp;v=1743409287&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=360&amp;v=1743409287&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=540&amp;v=1743409287&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=720&amp;v=1743409287&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=900&amp;v=1743409287&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=1080&amp;v=1743409287&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=1296&amp;v=1743409287&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=1512&amp;v=1743409287&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=2048&amp;v=1743409287&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/maman-fille"
      class="product-card__link"
      
        title="Maman & Fille"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maman & Fille</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/maman-fille"
        class="product-card__link"
        tabindex="-1"
        
          title="Maman & Fille"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7259237744819"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/famille-adultes"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Famille - Adultes"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Famille - Adultes – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=300&amp;v=1743409569&amp;width=300" alt="Famille - Adultes – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=180&amp;v=1743409569&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=360&amp;v=1743409569&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=540&amp;v=1743409569&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=720&amp;v=1743409569&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=900&amp;v=1743409569&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=1080&amp;v=1743409569&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=1296&amp;v=1743409569&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=1512&amp;v=1743409569&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=2048&amp;v=1743409569&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/famille-adultes"
      class="product-card__link"
      
        title="Famille - Adultes"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Famille - Adultes</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/famille-adultes"
        class="product-card__link"
        tabindex="-1"
        
          title="Famille - Adultes"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7128503156915"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/lovely-mom"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Lovely mom"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Lovely mom – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb32a20d.webp?crop=center&amp;height=300&amp;v=1743409384&amp;width=300" alt="Lovely mom – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb32a20d.webp?crop=center&amp;height=180&amp;v=1743409384&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb32a20d.webp?crop=center&amp;height=360&amp;v=1743409384&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb32a20d.webp?crop=center&amp;height=540&amp;v=1743409384&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb32a20d.webp?crop=center&amp;height=720&amp;v=1743409384&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb32a20d.webp?crop=center&amp;height=900&amp;v=1743409384&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb32a20d.webp?crop=center&amp;height=1080&amp;v=1743409384&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb32a20d.webp?crop=center&amp;height=1296&amp;v=1743409384&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb32a20d.webp?crop=center&amp;height=1512&amp;v=1743409384&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb32a20d.webp?crop=center&amp;height=2048&amp;v=1743409384&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/lovely-mom"
      class="product-card__link"
      
        title="Lovely mom"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Lovely mom</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/lovely-mom"
        class="product-card__link"
        tabindex="-1"
        
          title="Lovely mom"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7137549942963"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/our-happy-family"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Our Happy Family"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Our Happy Family – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dd84bfd9f.webp?crop=center&amp;height=300&amp;v=1743409397&amp;width=300" alt="Our Happy Family – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dd84bfd9f.webp?crop=center&amp;height=180&amp;v=1743409397&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dd84bfd9f.webp?crop=center&amp;height=360&amp;v=1743409397&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dd84bfd9f.webp?crop=center&amp;height=540&amp;v=1743409397&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dd84bfd9f.webp?crop=center&amp;height=720&amp;v=1743409397&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dd84bfd9f.webp?crop=center&amp;height=900&amp;v=1743409397&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dd84bfd9f.webp?crop=center&amp;height=1080&amp;v=1743409397&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dd84bfd9f.webp?crop=center&amp;height=1296&amp;v=1743409397&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dd84bfd9f.webp?crop=center&amp;height=1512&amp;v=1743409397&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dd84bfd9f.webp?crop=center&amp;height=2048&amp;v=1743409397&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/our-happy-family"
      class="product-card__link"
      
        title="Our Happy Family"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Our Happy Family</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/our-happy-family"
        class="product-card__link"
        tabindex="-1"
        
          title="Our Happy Family"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9895658881362"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mug-maman-personnalise/products/toujours"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Toujours"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Toujours – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dda69aee2.webp?crop=center&amp;height=300&amp;v=1743409706&amp;width=300" alt="Toujours – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dda69aee2.webp?crop=center&amp;height=180&amp;v=1743409706&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dda69aee2.webp?crop=center&amp;height=360&amp;v=1743409706&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dda69aee2.webp?crop=center&amp;height=540&amp;v=1743409706&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dda69aee2.webp?crop=center&amp;height=720&amp;v=1743409706&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dda69aee2.webp?crop=center&amp;height=900&amp;v=1743409706&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dda69aee2.webp?crop=center&amp;height=1080&amp;v=1743409706&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dda69aee2.webp?crop=center&amp;height=1296&amp;v=1743409706&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dda69aee2.webp?crop=center&amp;height=1512&amp;v=1743409706&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dda69aee2.webp?crop=center&amp;height=2048&amp;v=1743409706&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mug-maman-personnalise/products/toujours"
      class="product-card__link"
      
        title="Toujours"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Toujours</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mug-maman-personnalise/products/toujours"
        class="product-card__link"
        tabindex="-1"
        
          title="Toujours"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel><tab-panel
          id="tab-panel-collection_G4DQDy"
          role="tabpanel"
          aria-labelledby="tab-collection_G4DQDy"
          tabindex="0"
          
            hidden
><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="10058192748882"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papou"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Papou"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Papou – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/684932b85ce30.webp?crop=center&amp;height=300&amp;v=1749627655&amp;width=300" alt="Papou – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/684932b85ce30.webp?crop=center&amp;height=180&amp;v=1749627655&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/684932b85ce30.webp?crop=center&amp;height=360&amp;v=1749627655&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/684932b85ce30.webp?crop=center&amp;height=540&amp;v=1749627655&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/684932b85ce30.webp?crop=center&amp;height=720&amp;v=1749627655&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/684932b85ce30.webp?crop=center&amp;height=900&amp;v=1749627655&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/684932b85ce30.webp?crop=center&amp;height=1080&amp;v=1749627655&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/684932b85ce30.webp?crop=center&amp;height=1296&amp;v=1749627655&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/684932b85ce30.webp?crop=center&amp;height=1512&amp;v=1749627655&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/684932b85ce30.webp?crop=center&amp;height=2048&amp;v=1749627655&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papou"
      class="product-card__link"
      
        title="Papou"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Papou</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papou"
        class="product-card__link"
        tabindex="-1"
        
          title="Papou"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984738263378"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/born-to-be"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Born to be"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Born to be – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dda9a022b.webp?crop=center&amp;height=300&amp;v=1743409775&amp;width=300" alt="Born to be – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dda9a022b.webp?crop=center&amp;height=180&amp;v=1743409775&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dda9a022b.webp?crop=center&amp;height=360&amp;v=1743409775&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dda9a022b.webp?crop=center&amp;height=540&amp;v=1743409775&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dda9a022b.webp?crop=center&amp;height=720&amp;v=1743409775&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dda9a022b.webp?crop=center&amp;height=900&amp;v=1743409775&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dda9a022b.webp?crop=center&amp;height=1080&amp;v=1743409775&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dda9a022b.webp?crop=center&amp;height=1296&amp;v=1743409775&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dda9a022b.webp?crop=center&amp;height=1512&amp;v=1743409775&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dda9a022b.webp?crop=center&amp;height=2048&amp;v=1743409775&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/born-to-be"
      class="product-card__link"
      
        title="Born to be"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Born to be</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/born-to-be"
        class="product-card__link"
        tabindex="-1"
        
          title="Born to be"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10058304160082"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papa-ours"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Papa ours"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Papa ours – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6820e27cc6ece.webp?crop=center&amp;height=300&amp;v=1747033020&amp;width=300" alt="Papa ours – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6820e27cc6ece.webp?crop=center&amp;height=180&amp;v=1747033020&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6820e27cc6ece.webp?crop=center&amp;height=360&amp;v=1747033020&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6820e27cc6ece.webp?crop=center&amp;height=540&amp;v=1747033020&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6820e27cc6ece.webp?crop=center&amp;height=720&amp;v=1747033020&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6820e27cc6ece.webp?crop=center&amp;height=900&amp;v=1747033020&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6820e27cc6ece.webp?crop=center&amp;height=1080&amp;v=1747033020&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6820e27cc6ece.webp?crop=center&amp;height=1296&amp;v=1747033020&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6820e27cc6ece.webp?crop=center&amp;height=1512&amp;v=1747033020&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6820e27cc6ece.webp?crop=center&amp;height=2048&amp;v=1747033020&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papa-ours"
      class="product-card__link"
      
        title="Papa ours"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Papa ours</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papa-ours"
        class="product-card__link"
        tabindex="-1"
        
          title="Papa ours"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7251461111987"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papa-enfants-1"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Papa & Enfants"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Papa &amp;amp; Enfants – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=300&amp;v=1746459024&amp;width=300" alt="Papa &amp; Enfants – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=180&amp;v=1746459024&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=360&amp;v=1746459024&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=540&amp;v=1746459024&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=720&amp;v=1746459024&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=900&amp;v=1746459024&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=1080&amp;v=1746459024&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=1296&amp;v=1746459024&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=1512&amp;v=1746459024&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=2048&amp;v=1746459024&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papa-enfants-1"
      class="product-card__link"
      
        title="Papa & Enfants"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Papa & Enfants</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papa-enfants-1"
        class="product-card__link"
        tabindex="-1"
        
          title="Papa & Enfants"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984738689362"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/best-dad"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Best dad"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Best dad – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d43cc6275f8.webp?crop=center&amp;height=300&amp;v=1743409792&amp;width=300" alt="Best dad – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d43cc6275f8.webp?crop=center&amp;height=180&amp;v=1743409792&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d43cc6275f8.webp?crop=center&amp;height=360&amp;v=1743409792&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d43cc6275f8.webp?crop=center&amp;height=540&amp;v=1743409792&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d43cc6275f8.webp?crop=center&amp;height=720&amp;v=1743409792&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d43cc6275f8.webp?crop=center&amp;height=900&amp;v=1743409792&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d43cc6275f8.webp?crop=center&amp;height=1080&amp;v=1743409792&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d43cc6275f8.webp?crop=center&amp;height=1296&amp;v=1743409792&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d43cc6275f8.webp?crop=center&amp;height=1512&amp;v=1743409792&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d43cc6275f8.webp?crop=center&amp;height=2048&amp;v=1743409792&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/best-dad"
      class="product-card__link"
      
        title="Best dad"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Best dad</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/best-dad"
        class="product-card__link"
        tabindex="-1"
        
          title="Best dad"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9984738328914"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/daddys-monsters"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Daddy's monsters"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Daddy&amp;#39;s monsters – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d43caf4baba.webp?crop=center&amp;height=300&amp;v=1743409788&amp;width=300" alt="Daddy&#39;s monsters – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d43caf4baba.webp?crop=center&amp;height=180&amp;v=1743409788&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d43caf4baba.webp?crop=center&amp;height=360&amp;v=1743409788&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d43caf4baba.webp?crop=center&amp;height=540&amp;v=1743409788&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d43caf4baba.webp?crop=center&amp;height=720&amp;v=1743409788&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d43caf4baba.webp?crop=center&amp;height=900&amp;v=1743409788&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d43caf4baba.webp?crop=center&amp;height=1080&amp;v=1743409788&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d43caf4baba.webp?crop=center&amp;height=1296&amp;v=1743409788&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d43caf4baba.webp?crop=center&amp;height=1512&amp;v=1743409788&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d43caf4baba.webp?crop=center&amp;height=2048&amp;v=1743409788&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/daddys-monsters"
      class="product-card__link"
      
        title="Daddy's monsters"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Daddy's monsters</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/daddys-monsters"
        class="product-card__link"
        tabindex="-1"
        
          title="Daddy's monsters"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="6987230118067"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/famille-de-6"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Famille"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Famille – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=300&amp;v=1743409143&amp;width=300" alt="Famille – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=180&amp;v=1743409143&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=360&amp;v=1743409143&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=540&amp;v=1743409143&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=720&amp;v=1743409143&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=900&amp;v=1743409143&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=1080&amp;v=1743409143&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=1296&amp;v=1743409143&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=1512&amp;v=1743409143&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=2048&amp;v=1743409143&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/famille-de-6"
      class="product-card__link"
      
        title="Famille"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Famille</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/famille-de-6"
        class="product-card__link"
        tabindex="-1"
        
          title="Famille"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7388043182259"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papa-poule-2"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Papa poule"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Papa poule – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dda4a9225.webp?crop=center&amp;height=300&amp;v=1743409662&amp;width=300" alt="Papa poule – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dda4a9225.webp?crop=center&amp;height=180&amp;v=1743409662&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dda4a9225.webp?crop=center&amp;height=360&amp;v=1743409662&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dda4a9225.webp?crop=center&amp;height=540&amp;v=1743409662&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dda4a9225.webp?crop=center&amp;height=720&amp;v=1743409662&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dda4a9225.webp?crop=center&amp;height=900&amp;v=1743409662&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dda4a9225.webp?crop=center&amp;height=1080&amp;v=1743409662&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dda4a9225.webp?crop=center&amp;height=1296&amp;v=1743409662&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dda4a9225.webp?crop=center&amp;height=1512&amp;v=1743409662&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dda4a9225.webp?crop=center&amp;height=2048&amp;v=1743409662&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papa-poule-2"
      class="product-card__link"
      
        title="Papa poule"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Papa poule</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/papa-poule-2"
        class="product-card__link"
        tabindex="-1"
        
          title="Papa poule"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="8833131184466"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/cartoon"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Cartoon"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Cartoon – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dd82c686c.webp?crop=center&amp;height=300&amp;v=1743409686&amp;width=300" alt="Cartoon – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dd82c686c.webp?crop=center&amp;height=180&amp;v=1743409686&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dd82c686c.webp?crop=center&amp;height=360&amp;v=1743409686&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dd82c686c.webp?crop=center&amp;height=540&amp;v=1743409686&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dd82c686c.webp?crop=center&amp;height=720&amp;v=1743409686&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dd82c686c.webp?crop=center&amp;height=900&amp;v=1743409686&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dd82c686c.webp?crop=center&amp;height=1080&amp;v=1743409686&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dd82c686c.webp?crop=center&amp;height=1296&amp;v=1743409686&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dd82c686c.webp?crop=center&amp;height=1512&amp;v=1743409686&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dd82c686c.webp?crop=center&amp;height=2048&amp;v=1743409686&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/cartoon"
      class="product-card__link"
      
        title="Cartoon"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Cartoon</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/cartoon"
        class="product-card__link"
        tabindex="-1"
        
          title="Cartoon"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="9910665216338"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/super-papa"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Super papa"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Super papa – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddaf958fd.webp?crop=center&amp;height=300&amp;v=1743409721&amp;width=300" alt="Super papa – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddaf958fd.webp?crop=center&amp;height=180&amp;v=1743409721&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddaf958fd.webp?crop=center&amp;height=360&amp;v=1743409721&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddaf958fd.webp?crop=center&amp;height=540&amp;v=1743409721&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddaf958fd.webp?crop=center&amp;height=720&amp;v=1743409721&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddaf958fd.webp?crop=center&amp;height=900&amp;v=1743409721&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddaf958fd.webp?crop=center&amp;height=1080&amp;v=1743409721&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddaf958fd.webp?crop=center&amp;height=1296&amp;v=1743409721&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddaf958fd.webp?crop=center&amp;height=1512&amp;v=1743409721&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddaf958fd.webp?crop=center&amp;height=2048&amp;v=1743409721&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/super-papa"
      class="product-card__link"
      
        title="Super papa"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Super papa</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/super-papa"
        class="product-card__link"
        tabindex="-1"
        
          title="Super papa"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7259237744819"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/famille-adultes"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Famille - Adultes"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Famille - Adultes – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=300&amp;v=1743409569&amp;width=300" alt="Famille - Adultes – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=180&amp;v=1743409569&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=360&amp;v=1743409569&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=540&amp;v=1743409569&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=720&amp;v=1743409569&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=900&amp;v=1743409569&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=1080&amp;v=1743409569&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=1296&amp;v=1743409569&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=1512&amp;v=1743409569&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=2048&amp;v=1743409569&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/famille-adultes"
      class="product-card__link"
      
        title="Famille - Adultes"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Famille - Adultes</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/famille-adultes"
        class="product-card__link"
        tabindex="-1"
        
          title="Famille - Adultes"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7128502337715"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/daddy-cool"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Daddy cool"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Daddy cool – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb503a64.webp?crop=center&amp;height=300&amp;v=1743409373&amp;width=300" alt="Daddy cool – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb503a64.webp?crop=center&amp;height=180&amp;v=1743409373&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb503a64.webp?crop=center&amp;height=360&amp;v=1743409373&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb503a64.webp?crop=center&amp;height=540&amp;v=1743409373&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb503a64.webp?crop=center&amp;height=720&amp;v=1743409373&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb503a64.webp?crop=center&amp;height=900&amp;v=1743409373&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb503a64.webp?crop=center&amp;height=1080&amp;v=1743409373&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb503a64.webp?crop=center&amp;height=1296&amp;v=1743409373&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb503a64.webp?crop=center&amp;height=1512&amp;v=1743409373&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb503a64.webp?crop=center&amp;height=2048&amp;v=1743409373&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/daddy-cool"
      class="product-card__link"
      
        title="Daddy cool"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Daddy cool</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/daddy-cool"
        class="product-card__link"
        tabindex="-1"
        
          title="Daddy cool"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7135812714675"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/futur-papa"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Futur Papa"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Futur Papa – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb023948.webp?crop=center&amp;height=300&amp;v=1743409395&amp;width=300" alt="Futur Papa – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb023948.webp?crop=center&amp;height=180&amp;v=1743409395&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb023948.webp?crop=center&amp;height=360&amp;v=1743409395&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb023948.webp?crop=center&amp;height=540&amp;v=1743409395&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb023948.webp?crop=center&amp;height=720&amp;v=1743409395&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb023948.webp?crop=center&amp;height=900&amp;v=1743409395&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb023948.webp?crop=center&amp;height=1080&amp;v=1743409395&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb023948.webp?crop=center&amp;height=1296&amp;v=1743409395&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb023948.webp?crop=center&amp;height=1512&amp;v=1743409395&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb023948.webp?crop=center&amp;height=2048&amp;v=1743409395&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/futur-papa"
      class="product-card__link"
      
        title="Futur Papa"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Futur Papa</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/futur-papa"
        class="product-card__link"
        tabindex="-1"
        
          title="Futur Papa"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7064221122739"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/baby-boss"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Baby Boss"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Baby Boss – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dd9cd553f.webp?crop=center&amp;height=300&amp;v=1743409242&amp;width=300" alt="Baby Boss – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dd9cd553f.webp?crop=center&amp;height=180&amp;v=1743409242&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dd9cd553f.webp?crop=center&amp;height=360&amp;v=1743409242&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dd9cd553f.webp?crop=center&amp;height=540&amp;v=1743409242&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dd9cd553f.webp?crop=center&amp;height=720&amp;v=1743409242&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dd9cd553f.webp?crop=center&amp;height=900&amp;v=1743409242&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dd9cd553f.webp?crop=center&amp;height=1080&amp;v=1743409242&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dd9cd553f.webp?crop=center&amp;height=1296&amp;v=1743409242&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dd9cd553f.webp?crop=center&amp;height=1512&amp;v=1743409242&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dd9cd553f.webp?crop=center&amp;height=2048&amp;v=1743409242&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/baby-boss"
      class="product-card__link"
      
        title="Baby Boss"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Baby Boss</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/baby-boss"
        class="product-card__link"
        tabindex="-1"
        
          title="Baby Boss"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7147790598323"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/daddy-1"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Daddy"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Daddy – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dd84d6310_c00a1de2-8f23-45f9-9350-723ea7c84dc8.webp?crop=center&amp;height=300&amp;v=1743409397&amp;width=300" alt="Daddy – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dd84d6310_c00a1de2-8f23-45f9-9350-723ea7c84dc8.webp?crop=center&amp;height=180&amp;v=1743409397&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dd84d6310_c00a1de2-8f23-45f9-9350-723ea7c84dc8.webp?crop=center&amp;height=360&amp;v=1743409397&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dd84d6310_c00a1de2-8f23-45f9-9350-723ea7c84dc8.webp?crop=center&amp;height=540&amp;v=1743409397&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dd84d6310_c00a1de2-8f23-45f9-9350-723ea7c84dc8.webp?crop=center&amp;height=720&amp;v=1743409397&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dd84d6310_c00a1de2-8f23-45f9-9350-723ea7c84dc8.webp?crop=center&amp;height=900&amp;v=1743409397&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dd84d6310_c00a1de2-8f23-45f9-9350-723ea7c84dc8.webp?crop=center&amp;height=1080&amp;v=1743409397&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dd84d6310_c00a1de2-8f23-45f9-9350-723ea7c84dc8.webp?crop=center&amp;height=1296&amp;v=1743409397&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dd84d6310_c00a1de2-8f23-45f9-9350-723ea7c84dc8.webp?crop=center&amp;height=1512&amp;v=1743409397&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dd84d6310_c00a1de2-8f23-45f9-9350-723ea7c84dc8.webp?crop=center&amp;height=2048&amp;v=1743409397&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/daddy-1"
      class="product-card__link"
      
        title="Daddy"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Daddy</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/daddy-1"
        class="product-card__link"
        tabindex="-1"
        
          title="Daddy"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7128503320755"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/baby-is-coming"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Baby is coming"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Baby is coming – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dd87e9ac7.webp?crop=center&amp;height=300&amp;v=1743409389&amp;width=300" alt="Baby is coming – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dd87e9ac7.webp?crop=center&amp;height=180&amp;v=1743409389&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dd87e9ac7.webp?crop=center&amp;height=360&amp;v=1743409389&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dd87e9ac7.webp?crop=center&amp;height=540&amp;v=1743409389&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dd87e9ac7.webp?crop=center&amp;height=720&amp;v=1743409389&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dd87e9ac7.webp?crop=center&amp;height=900&amp;v=1743409389&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dd87e9ac7.webp?crop=center&amp;height=1080&amp;v=1743409389&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dd87e9ac7.webp?crop=center&amp;height=1296&amp;v=1743409389&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dd87e9ac7.webp?crop=center&amp;height=1512&amp;v=1743409389&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dd87e9ac7.webp?crop=center&amp;height=2048&amp;v=1743409389&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/baby-is-coming"
      class="product-card__link"
      
        title="Baby is coming"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Baby is coming</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/baby-is-coming"
        class="product-card__link"
        tabindex="-1"
        
          title="Baby is coming"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7068821848243"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/lovely-family"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Lovely Family"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Lovely Family – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dda92d2f3.webp?crop=center&amp;height=300&amp;v=1743409250&amp;width=300" alt="Lovely Family – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dda92d2f3.webp?crop=center&amp;height=180&amp;v=1743409250&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dda92d2f3.webp?crop=center&amp;height=360&amp;v=1743409250&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dda92d2f3.webp?crop=center&amp;height=540&amp;v=1743409250&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dda92d2f3.webp?crop=center&amp;height=720&amp;v=1743409250&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dda92d2f3.webp?crop=center&amp;height=900&amp;v=1743409250&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dda92d2f3.webp?crop=center&amp;height=1080&amp;v=1743409250&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dda92d2f3.webp?crop=center&amp;height=1296&amp;v=1743409250&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dda92d2f3.webp?crop=center&amp;height=1512&amp;v=1743409250&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dda92d2f3.webp?crop=center&amp;height=2048&amp;v=1743409250&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/lovely-family"
      class="product-card__link"
      
        title="Lovely Family"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Lovely Family</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/lovely-family"
        class="product-card__link"
        tabindex="-1"
        
          title="Lovely Family"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7087357427891"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/family-first"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Family first"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Family first – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dd9fe4196.webp?crop=center&amp;height=300&amp;v=1743409276&amp;width=300" alt="Family first – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dd9fe4196.webp?crop=center&amp;height=180&amp;v=1743409276&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dd9fe4196.webp?crop=center&amp;height=360&amp;v=1743409276&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dd9fe4196.webp?crop=center&amp;height=540&amp;v=1743409276&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dd9fe4196.webp?crop=center&amp;height=720&amp;v=1743409276&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dd9fe4196.webp?crop=center&amp;height=900&amp;v=1743409276&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dd9fe4196.webp?crop=center&amp;height=1080&amp;v=1743409276&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dd9fe4196.webp?crop=center&amp;height=1296&amp;v=1743409276&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dd9fe4196.webp?crop=center&amp;height=1512&amp;v=1743409276&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dd9fe4196.webp?crop=center&amp;height=2048&amp;v=1743409276&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/family-first"
      class="product-card__link"
      
        title="Family first"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Family first</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/cadeau-fete-des-peres-original/products/family-first"
        class="product-card__link"
        tabindex="-1"
        
          title="Family first"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel><tab-panel
          id="tab-panel-bf444b54-0b0b-4bfa-ba79-b5289ec6c1d1"
          role="tabpanel"
          aria-labelledby="tab-bf444b54-0b0b-4bfa-ba79-b5289ec6c1d1"
          tabindex="0"
          
            hidden
><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow
 mobile-counter-only
 image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="6987230118067"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/famille-de-6"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Famille"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Famille – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=300&amp;v=1743409143&amp;width=300" alt="Famille – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=180&amp;v=1743409143&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=360&amp;v=1743409143&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=540&amp;v=1743409143&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=720&amp;v=1743409143&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=900&amp;v=1743409143&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=1080&amp;v=1743409143&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=1296&amp;v=1743409143&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=1512&amp;v=1743409143&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddae7052d.webp?crop=center&amp;height=2048&amp;v=1743409143&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/famille-de-6"
      class="product-card__link"
      
        title="Famille"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Famille</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/famille-de-6"
        class="product-card__link"
        tabindex="-1"
        
          title="Famille"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7259237744819"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/famille-adultes"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Famille - Adultes"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Famille - Adultes – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=300&amp;v=1743409569&amp;width=300" alt="Famille - Adultes – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=180&amp;v=1743409569&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=360&amp;v=1743409569&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=540&amp;v=1743409569&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=720&amp;v=1743409569&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=900&amp;v=1743409569&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=1080&amp;v=1743409569&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=1296&amp;v=1743409569&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=1512&amp;v=1743409569&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddadb28fd.webp?crop=center&amp;height=2048&amp;v=1743409569&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/famille-adultes"
      class="product-card__link"
      
        title="Famille - Adultes"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Famille - Adultes</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/famille-adultes"
        class="product-card__link"
        tabindex="-1"
        
          title="Famille - Adultes"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7251500171443"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/mamie-enfants-1"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamie & Enfants"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamie &amp;amp; Enfants – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dda1bae9c.webp?crop=center&amp;height=300&amp;v=1743409541&amp;width=300" alt="Mamie &amp; Enfants – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dda1bae9c.webp?crop=center&amp;height=180&amp;v=1743409541&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dda1bae9c.webp?crop=center&amp;height=360&amp;v=1743409541&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dda1bae9c.webp?crop=center&amp;height=540&amp;v=1743409541&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dda1bae9c.webp?crop=center&amp;height=720&amp;v=1743409541&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dda1bae9c.webp?crop=center&amp;height=900&amp;v=1743409541&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dda1bae9c.webp?crop=center&amp;height=1080&amp;v=1743409541&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dda1bae9c.webp?crop=center&amp;height=1296&amp;v=1743409541&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dda1bae9c.webp?crop=center&amp;height=1512&amp;v=1743409541&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dda1bae9c.webp?crop=center&amp;height=2048&amp;v=1743409541&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/mamie-enfants-1"
      class="product-card__link"
      
        title="Mamie & Enfants"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamie & Enfants</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/mamie-enfants-1"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamie & Enfants"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="6949719343283"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/couple-2"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Couple"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Couple – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddaf9fe1d.webp?crop=center&amp;height=300&amp;v=1743408807&amp;width=300" alt="Couple – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddaf9fe1d.webp?crop=center&amp;height=180&amp;v=1743408807&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddaf9fe1d.webp?crop=center&amp;height=360&amp;v=1743408807&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddaf9fe1d.webp?crop=center&amp;height=540&amp;v=1743408807&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddaf9fe1d.webp?crop=center&amp;height=720&amp;v=1743408807&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddaf9fe1d.webp?crop=center&amp;height=900&amp;v=1743408807&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddaf9fe1d.webp?crop=center&amp;height=1080&amp;v=1743408807&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddaf9fe1d.webp?crop=center&amp;height=1296&amp;v=1743408807&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddaf9fe1d.webp?crop=center&amp;height=1512&amp;v=1743408807&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddaf9fe1d.webp?crop=center&amp;height=2048&amp;v=1743408807&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/couple-2"
      class="product-card__link"
      
        title="Couple"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Couple</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/couple-2"
        class="product-card__link"
        tabindex="-1"
        
          title="Couple"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="6970387267763"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/bff-drink"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="BFF Drink"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: BFF Drink – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb329075.webp?crop=center&amp;height=300&amp;v=1743409108&amp;width=300" alt="BFF Drink – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb329075.webp?crop=center&amp;height=180&amp;v=1743409108&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb329075.webp?crop=center&amp;height=360&amp;v=1743409108&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb329075.webp?crop=center&amp;height=540&amp;v=1743409108&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb329075.webp?crop=center&amp;height=720&amp;v=1743409108&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb329075.webp?crop=center&amp;height=900&amp;v=1743409108&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb329075.webp?crop=center&amp;height=1080&amp;v=1743409108&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb329075.webp?crop=center&amp;height=1296&amp;v=1743409108&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb329075.webp?crop=center&amp;height=1512&amp;v=1743409108&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb329075.webp?crop=center&amp;height=2048&amp;v=1743409108&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/bff-drink"
      class="product-card__link"
      
        title="BFF Drink"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>BFF Drink</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/bff-drink"
        class="product-card__link"
        tabindex="-1"
        
          title="BFF Drink"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="6989685260467"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/mamie-enfants"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Mamie & enfants"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Mamie &amp;amp; enfants – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dd8a871c3_9f835f91-d3eb-402e-ba87-06c73d7109e2.webp?crop=center&amp;height=300&amp;v=1743409174&amp;width=300" alt="Mamie &amp; enfants – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dd8a871c3_9f835f91-d3eb-402e-ba87-06c73d7109e2.webp?crop=center&amp;height=180&amp;v=1743409174&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dd8a871c3_9f835f91-d3eb-402e-ba87-06c73d7109e2.webp?crop=center&amp;height=360&amp;v=1743409174&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dd8a871c3_9f835f91-d3eb-402e-ba87-06c73d7109e2.webp?crop=center&amp;height=540&amp;v=1743409174&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dd8a871c3_9f835f91-d3eb-402e-ba87-06c73d7109e2.webp?crop=center&amp;height=720&amp;v=1743409174&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dd8a871c3_9f835f91-d3eb-402e-ba87-06c73d7109e2.webp?crop=center&amp;height=900&amp;v=1743409174&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dd8a871c3_9f835f91-d3eb-402e-ba87-06c73d7109e2.webp?crop=center&amp;height=1080&amp;v=1743409174&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dd8a871c3_9f835f91-d3eb-402e-ba87-06c73d7109e2.webp?crop=center&amp;height=1296&amp;v=1743409174&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dd8a871c3_9f835f91-d3eb-402e-ba87-06c73d7109e2.webp?crop=center&amp;height=1512&amp;v=1743409174&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dd8a871c3_9f835f91-d3eb-402e-ba87-06c73d7109e2.webp?crop=center&amp;height=2048&amp;v=1743409174&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/mamie-enfants"
      class="product-card__link"
      
        title="Mamie & enfants"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Mamie & enfants</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/mamie-enfants"
        class="product-card__link"
        tabindex="-1"
        
          title="Mamie & enfants"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="6949718261939"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/meilleures-amies-noel"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Meilleures amies noël"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Meilleures amies noël – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb347d50.webp?crop=center&amp;height=300&amp;v=1743408773&amp;width=300" alt="Meilleures amies noël – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb347d50.webp?crop=center&amp;height=180&amp;v=1743408773&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb347d50.webp?crop=center&amp;height=360&amp;v=1743408773&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb347d50.webp?crop=center&amp;height=540&amp;v=1743408773&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb347d50.webp?crop=center&amp;height=720&amp;v=1743408773&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb347d50.webp?crop=center&amp;height=900&amp;v=1743408773&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb347d50.webp?crop=center&amp;height=1080&amp;v=1743408773&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb347d50.webp?crop=center&amp;height=1296&amp;v=1743408773&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb347d50.webp?crop=center&amp;height=1512&amp;v=1743408773&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb347d50.webp?crop=center&amp;height=2048&amp;v=1743408773&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/meilleures-amies-noel"
      class="product-card__link"
      
        title="Meilleures amies noël"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Meilleures amies noël</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/meilleures-amies-noel"
        class="product-card__link"
        tabindex="-1"
        
          title="Meilleures amies noël"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7251461111987"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/papa-enfants-1"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Papa & Enfants"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Papa &amp;amp; Enfants – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=300&amp;v=1746459024&amp;width=300" alt="Papa &amp; Enfants – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=180&amp;v=1746459024&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=360&amp;v=1746459024&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=540&amp;v=1746459024&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=720&amp;v=1746459024&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=900&amp;v=1746459024&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=1080&amp;v=1746459024&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=1296&amp;v=1746459024&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=1512&amp;v=1746459024&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/6818d97773780_large_b0c66523-8344-4cef-8b8c-a8eb65212cb8.webp?crop=center&amp;height=2048&amp;v=1746459024&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/papa-enfants-1"
      class="product-card__link"
      
        title="Papa & Enfants"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Papa & Enfants</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/papa-enfants-1"
        class="product-card__link"
        tabindex="-1"
        
          title="Papa & Enfants"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7251527106739"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/papy-enfants-1"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Papy & Enfants"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Papy &amp;amp; Enfants – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddae15332.webp?crop=center&amp;height=300&amp;v=1743409546&amp;width=300" alt="Papy &amp; Enfants – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddae15332.webp?crop=center&amp;height=180&amp;v=1743409546&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddae15332.webp?crop=center&amp;height=360&amp;v=1743409546&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddae15332.webp?crop=center&amp;height=540&amp;v=1743409546&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddae15332.webp?crop=center&amp;height=720&amp;v=1743409546&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddae15332.webp?crop=center&amp;height=900&amp;v=1743409546&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddae15332.webp?crop=center&amp;height=1080&amp;v=1743409546&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddae15332.webp?crop=center&amp;height=1296&amp;v=1743409546&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddae15332.webp?crop=center&amp;height=1512&amp;v=1743409546&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddae15332.webp?crop=center&amp;height=2048&amp;v=1743409546&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/papy-enfants-1"
      class="product-card__link"
      
        title="Papy & Enfants"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Papy & Enfants</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/papy-enfants-1"
        class="product-card__link"
        tabindex="-1"
        
          title="Papy & Enfants"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7089154228403"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/maman-fille"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maman & Fille"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maman &amp;amp; Fille – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=300&amp;v=1743409287&amp;width=300" alt="Maman &amp; Fille – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=180&amp;v=1743409287&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=360&amp;v=1743409287&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=540&amp;v=1743409287&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=720&amp;v=1743409287&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=900&amp;v=1743409287&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=1080&amp;v=1743409287&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=1296&amp;v=1743409287&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=1512&amp;v=1743409287&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddad492f2.webp?crop=center&amp;height=2048&amp;v=1743409287&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/maman-fille"
      class="product-card__link"
      
        title="Maman & Fille"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maman & Fille</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/maman-fille"
        class="product-card__link"
        tabindex="-1"
        
          title="Maman & Fille"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="6949718786227"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/soeurs"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Soeurs"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Soeurs – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb2aba68.webp?crop=center&amp;height=300&amp;v=1743408790&amp;width=300" alt="Soeurs – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb2aba68.webp?crop=center&amp;height=180&amp;v=1743408790&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb2aba68.webp?crop=center&amp;height=360&amp;v=1743408790&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb2aba68.webp?crop=center&amp;height=540&amp;v=1743408790&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb2aba68.webp?crop=center&amp;height=720&amp;v=1743408790&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb2aba68.webp?crop=center&amp;height=900&amp;v=1743408790&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb2aba68.webp?crop=center&amp;height=1080&amp;v=1743408790&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb2aba68.webp?crop=center&amp;height=1296&amp;v=1743408790&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb2aba68.webp?crop=center&amp;height=1512&amp;v=1743408790&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb2aba68.webp?crop=center&amp;height=2048&amp;v=1743408790&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/soeurs"
      class="product-card__link"
      
        title="Soeurs"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Soeurs</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/soeurs"
        class="product-card__link"
        tabindex="-1"
        
          title="Soeurs"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="6989687390387"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/girl-squad"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Girl Squad"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Girl Squad – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2dd9b94a01.webp?crop=center&amp;height=300&amp;v=1743409184&amp;width=300" alt="Girl Squad – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2dd9b94a01.webp?crop=center&amp;height=180&amp;v=1743409184&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2dd9b94a01.webp?crop=center&amp;height=360&amp;v=1743409184&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2dd9b94a01.webp?crop=center&amp;height=540&amp;v=1743409184&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2dd9b94a01.webp?crop=center&amp;height=720&amp;v=1743409184&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2dd9b94a01.webp?crop=center&amp;height=900&amp;v=1743409184&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2dd9b94a01.webp?crop=center&amp;height=1080&amp;v=1743409184&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2dd9b94a01.webp?crop=center&amp;height=1296&amp;v=1743409184&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2dd9b94a01.webp?crop=center&amp;height=1512&amp;v=1743409184&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2dd9b94a01.webp?crop=center&amp;height=2048&amp;v=1743409184&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/girl-squad"
      class="product-card__link"
      
        title="Girl Squad"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Girl Squad</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/girl-squad"
        class="product-card__link"
        tabindex="-1"
        
          title="Girl Squad"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7251437846707"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/maman-enfants-1"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maman & Enfants"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maman &amp;amp; Enfants – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=300&amp;v=1743409531&amp;width=300" alt="Maman &amp; Enfants – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=180&amp;v=1743409531&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=360&amp;v=1743409531&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=540&amp;v=1743409531&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=720&amp;v=1743409531&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=900&amp;v=1743409531&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=1080&amp;v=1743409531&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=1296&amp;v=1743409531&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=1512&amp;v=1743409531&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb41fc2e.webp?crop=center&amp;height=2048&amp;v=1743409531&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/maman-enfants-1"
      class="product-card__link"
      
        title="Maman & Enfants"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maman & Enfants</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/maman-enfants-1"
        class="product-card__link"
        tabindex="-1"
        
          title="Maman & Enfants"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="6970378617011"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/queen-king"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Queen & King"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Queen &amp;amp; King – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb4bb425.webp?crop=center&amp;height=300&amp;v=1743409100&amp;width=300" alt="Queen &amp; King – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb4bb425.webp?crop=center&amp;height=180&amp;v=1743409100&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb4bb425.webp?crop=center&amp;height=360&amp;v=1743409100&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb4bb425.webp?crop=center&amp;height=540&amp;v=1743409100&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb4bb425.webp?crop=center&amp;height=720&amp;v=1743409100&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb4bb425.webp?crop=center&amp;height=900&amp;v=1743409100&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb4bb425.webp?crop=center&amp;height=1080&amp;v=1743409100&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb4bb425.webp?crop=center&amp;height=1296&amp;v=1743409100&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb4bb425.webp?crop=center&amp;height=1512&amp;v=1743409100&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb4bb425.webp?crop=center&amp;height=2048&amp;v=1743409100&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/queen-king"
      class="product-card__link"
      
        title="Queen & King"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Queen & King</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/queen-king"
        class="product-card__link"
        tabindex="-1"
        
          title="Queen & King"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="6989682475187"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/maman-enfants"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Maman & enfants"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Maman &amp;amp; enfants – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddaf85057.webp?crop=center&amp;height=300&amp;v=1743409160&amp;width=300" alt="Maman &amp; enfants – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddaf85057.webp?crop=center&amp;height=180&amp;v=1743409160&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddaf85057.webp?crop=center&amp;height=360&amp;v=1743409160&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddaf85057.webp?crop=center&amp;height=540&amp;v=1743409160&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddaf85057.webp?crop=center&amp;height=720&amp;v=1743409160&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddaf85057.webp?crop=center&amp;height=900&amp;v=1743409160&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddaf85057.webp?crop=center&amp;height=1080&amp;v=1743409160&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddaf85057.webp?crop=center&amp;height=1296&amp;v=1743409160&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddaf85057.webp?crop=center&amp;height=1512&amp;v=1743409160&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddaf85057.webp?crop=center&amp;height=2048&amp;v=1743409160&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/maman-enfants"
      class="product-card__link"
      
        title="Maman & enfants"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Maman & enfants</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/maman-enfants"
        class="product-card__link"
        tabindex="-1"
        
          title="Maman & enfants"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="6949717967027"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/famille-noel"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Famille noël"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Famille noël – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb0a807b.webp?crop=center&amp;height=300&amp;v=1743408761&amp;width=300" alt="Famille noël – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb0a807b.webp?crop=center&amp;height=180&amp;v=1743408761&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb0a807b.webp?crop=center&amp;height=360&amp;v=1743408761&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb0a807b.webp?crop=center&amp;height=540&amp;v=1743408761&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb0a807b.webp?crop=center&amp;height=720&amp;v=1743408761&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb0a807b.webp?crop=center&amp;height=900&amp;v=1743408761&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb0a807b.webp?crop=center&amp;height=1080&amp;v=1743408761&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb0a807b.webp?crop=center&amp;height=1296&amp;v=1743408761&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb0a807b.webp?crop=center&amp;height=1512&amp;v=1743408761&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb0a807b.webp?crop=center&amp;height=2048&amp;v=1743408761&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/famille-noel"
      class="product-card__link"
      
        title="Famille noël"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Famille noël</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/famille-noel"
        class="product-card__link"
        tabindex="-1"
        
          title="Famille noël"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7126043230387"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/true-love"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="True love"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: True love – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddb3a5d4e.webp?crop=center&amp;height=300&amp;v=1743409355&amp;width=300" alt="True love – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddb3a5d4e.webp?crop=center&amp;height=180&amp;v=1743409355&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddb3a5d4e.webp?crop=center&amp;height=360&amp;v=1743409355&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddb3a5d4e.webp?crop=center&amp;height=540&amp;v=1743409355&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddb3a5d4e.webp?crop=center&amp;height=720&amp;v=1743409355&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddb3a5d4e.webp?crop=center&amp;height=900&amp;v=1743409355&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddb3a5d4e.webp?crop=center&amp;height=1080&amp;v=1743409355&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddb3a5d4e.webp?crop=center&amp;height=1296&amp;v=1743409355&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddb3a5d4e.webp?crop=center&amp;height=1512&amp;v=1743409355&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddb3a5d4e.webp?crop=center&amp;height=2048&amp;v=1743409355&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/true-love"
      class="product-card__link"
      
        title="True love"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>True love</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/true-love"
        class="product-card__link"
        tabindex="-1"
        
          title="True love"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="7104184680627"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/mugs-personnalises/products/love-you"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Love you"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Love you – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/67d2ddafd0962.webp?crop=center&amp;height=300&amp;v=1743409346&amp;width=300" alt="Love you – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/67d2ddafd0962.webp?crop=center&amp;height=180&amp;v=1743409346&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/67d2ddafd0962.webp?crop=center&amp;height=360&amp;v=1743409346&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/67d2ddafd0962.webp?crop=center&amp;height=540&amp;v=1743409346&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/67d2ddafd0962.webp?crop=center&amp;height=720&amp;v=1743409346&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/67d2ddafd0962.webp?crop=center&amp;height=900&amp;v=1743409346&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/67d2ddafd0962.webp?crop=center&amp;height=1080&amp;v=1743409346&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/67d2ddafd0962.webp?crop=center&amp;height=1296&amp;v=1743409346&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/67d2ddafd0962.webp?crop=center&amp;height=1512&amp;v=1743409346&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/67d2ddafd0962.webp?crop=center&amp;height=2048&amp;v=1743409346&amp;width=2048 2048w 2048h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/mugs-personnalises/products/love-you"
      class="product-card__link"
      
        title="Love you"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Love you</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/mugs-personnalises/products/love-you"
        class="product-card__link"
        tabindex="-1"
        
          title="Love you"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number">À partir de <span class="money"><span>24,95 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div></tab-panel></tabbed-content>
      

      

  <div
    class="section__link section__link--center js-animate-single"
    data-animation-displacement="0"
    style="      --button-color: initial;      --button-hover-color: initial;      --button-background-color: initial;      --button-hover-background-color: initial;              --color-text: #222222;          "
  >
    <a
      href="/collections/mug-maman-personnalise"
      class="section__link-link c-btn c-btn--primary js-update-link"
    >Voir la collection MAMIE</a>
  </div>


    
  </div><script src="//henrietteandco.com/cdn/shop/t/33/assets/items-scroll-paged-navigation.js?v=6570701935369699931776114279" type="module"></script><script src="//henrietteandco.com/cdn/shop/t/33/assets/tabbed-content.js?v=175922217864836671761776114329" type="module"></script></section>


<style> @media (max-width: 749px) {#shopify-section-template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08 .product-card__details {display: flex; justify-content: center; align-items: baseline; /* 🔥 la clé ici */ gap: 8px; flex-wrap: wrap; text-align: center; } #shopify-section-template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08 .product-card__title, #shopify-section-template--29760633373010__4306ba0d-94ba-41da-891f-d6e1ee267c08 .product-card__price {margin: 0; font-size: 14px; line-height: 1.2; /* 🔧 important pour cohérence verticale */ }} </style></div><div id="shopify-section-template--29760633373010__section_collection_WJWwxc" class="shopify-section js-section__featured-collections">

  <link
    rel="stylesheet"
    href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-collection.css?v=147962959269237750761776114308" rel="stylesheet" type="text/css" media="all" />
  </noscript><link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465"
      media="print"
      onload="this.media='all'"
    >
    <link
      rel="stylesheet"
      href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330"
      media="print"
      onload="this.media='all'"
    >
    <noscript>
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465" rel="stylesheet" type="text/css" media="all" />
      <link href="//henrietteandco.com/cdn/shop/t/33/assets/theme-component-items-scroll-paged-navigation.css?v=137763942506074194411776114330" rel="stylesheet" type="text/css" media="all" />
    </noscript>
<section
  class="section    section--template--29760633373010__section_collection_WJWwxc    section--featured-collections         section--has-link"
  data-section-id="template--29760633373010__section_collection_WJWwxc"
  data-section-type="featured-collections"
>
  <div
    class="section__content section__content--padded"
    style="      --space-top: 0px;      --space-bottom: 0px    "
  >
    <div class="container container--large u-ph+@mob"><div
          class="section__title            js-animate-single            section__title--center             section__title--desc"
          data-animation-displacement="5"
        ><div
              class="section__title-desc rte js-animate-single"
              data-animation-displacement="0"
              data-animation-delay="0.1"
            >
              <h2>Gourde 1,2 L - Édition limitée</h2>
            </div></div></div><style>.section--template--29760633373010__section_collection_WJWwxc [data-items] {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: hidden;
      }

      .section--template--29760633373010__section_collection_WJWwxc [data-items] > * {
        flex-shrink: 0;
        flex-grow: 0;
      }
</style><div class="container container--large u-ph0@mob">
        <items-scroll-paged-navigation
          class="items-scroll ratio-navigation"
          
            items-overflow-max="tab"
          
          
          
            
          
          
          image-container-ratio="1:1"
        >
          <div
            class="grid-layout              grid-layout--3              grid-layout--1@mob                            grid-layout--align-center                            js-animate-sequence"
            data-items
 data-animation-selector=".product-card > .product-card-top, .product-card > .product-card__details"
            
              data-animation-interval="0.025"
            
          >

<product-card
  
    rendered
 data-product-id="10583639163218"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_WJWwxc"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/gourde-1-2l-personnalisee/products/gourde-12l-leo"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Gourde 1,2L - Léo"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Gourde 1,2L - Léo – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69c2a199a0149_large_a678f9de-d8fb-4450-98d1-d55b7d0af427.webp?crop=center&amp;height=300&amp;v=1776326851&amp;width=300" alt="Gourde 1,2L - Léo – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69c2a199a0149_large_a678f9de-d8fb-4450-98d1-d55b7d0af427.webp?crop=center&amp;height=180&amp;v=1776326851&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69c2a199a0149_large_a678f9de-d8fb-4450-98d1-d55b7d0af427.webp?crop=center&amp;height=360&amp;v=1776326851&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69c2a199a0149_large_a678f9de-d8fb-4450-98d1-d55b7d0af427.webp?crop=center&amp;height=540&amp;v=1776326851&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69c2a199a0149_large_a678f9de-d8fb-4450-98d1-d55b7d0af427.webp?crop=center&amp;height=720&amp;v=1776326851&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69c2a199a0149_large_a678f9de-d8fb-4450-98d1-d55b7d0af427.webp?crop=center&amp;height=900&amp;v=1776326851&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69c2a199a0149_large_a678f9de-d8fb-4450-98d1-d55b7d0af427.webp?crop=center&amp;height=1080&amp;v=1776326851&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69c2a199a0149_large_a678f9de-d8fb-4450-98d1-d55b7d0af427.webp?crop=center&amp;height=1296&amp;v=1776326851&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69c2a199a0149_large_a678f9de-d8fb-4450-98d1-d55b7d0af427.webp?crop=center&amp;height=1512&amp;v=1776326851&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69c2a199a0149_large_a678f9de-d8fb-4450-98d1-d55b7d0af427.webp?crop=center&amp;height=2000&amp;v=1776326851&amp;width=2000 2000w 2000h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/gourde-1-2l-personnalisee/products/gourde-12l-leo"
      class="product-card__link"
      
        title="Gourde 1,2L - Léo"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Gourde 1,2L - Léo</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/gourde-1-2l-personnalisee/products/gourde-12l-leo"
        class="product-card__link"
        tabindex="-1"
        
          title="Gourde 1,2L - Léo"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>29,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            

<product-card
  
    rendered
 data-product-id="10583638737234"
  
  class="product-card js-product js-product-card product-card--crop product-card--left product-card--left"
  image-container-ratio="1:1"
  image-hover="disabled"
  
  
    section-id="template--29760633373010__section_collection_WJWwxc"
  
  
  
  
>
  

  <div class="product-card-top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a
          product-card-link
 href="/collections/gourde-1-2l-personnalisee/products/gourde-12l-coeurs"
          class="product-card__link product-card__link--full-opacity"
          tabindex="-1"
          aria-label="Gourde 1,2L - Coeurs"
        >
          <div
            class="product-card__media"
          ><product-card-spinner
  class="theme-spinner product-card__spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</product-card-spinner>




<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Gourde 1,2L - Coeurs – Cadeau personnalisé – Henriette &amp;amp; Co</span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img src="//henrietteandco.com/cdn/shop/files/69c2a4644d57d_large_d06ad7d8-6b49-41ca-a7ef-32adbb0a8330.webp?crop=center&amp;height=300&amp;v=1776326875&amp;width=300" alt="Gourde 1,2L - Coeurs – Cadeau personnalisé – Henriette &amp; Co" width="300" height="300" loading="lazy" class="product-card__img js-product-card-image" fetchpriority="auto" sizes="(min-width: 1600px) calc((80vw - 120px) / 3), (min-width: 981px) calc((100vw - 120px) / 3), (min-width: 768px) calc((100vw - 66px) / 2), calc(100vw - 96px)" srcset="//henrietteandco.com/cdn/shop/files/69c2a4644d57d_large_d06ad7d8-6b49-41ca-a7ef-32adbb0a8330.webp?crop=center&amp;height=180&amp;v=1776326875&amp;width=180 180w 180h, //henrietteandco.com/cdn/shop/files/69c2a4644d57d_large_d06ad7d8-6b49-41ca-a7ef-32adbb0a8330.webp?crop=center&amp;height=360&amp;v=1776326875&amp;width=360 360w 360h, //henrietteandco.com/cdn/shop/files/69c2a4644d57d_large_d06ad7d8-6b49-41ca-a7ef-32adbb0a8330.webp?crop=center&amp;height=540&amp;v=1776326875&amp;width=540 540w 540h, //henrietteandco.com/cdn/shop/files/69c2a4644d57d_large_d06ad7d8-6b49-41ca-a7ef-32adbb0a8330.webp?crop=center&amp;height=720&amp;v=1776326875&amp;width=720 720w 720h, //henrietteandco.com/cdn/shop/files/69c2a4644d57d_large_d06ad7d8-6b49-41ca-a7ef-32adbb0a8330.webp?crop=center&amp;height=900&amp;v=1776326875&amp;width=900 900w 900h, //henrietteandco.com/cdn/shop/files/69c2a4644d57d_large_d06ad7d8-6b49-41ca-a7ef-32adbb0a8330.webp?crop=center&amp;height=1080&amp;v=1776326875&amp;width=1080 1080w 1080h, //henrietteandco.com/cdn/shop/files/69c2a4644d57d_large_d06ad7d8-6b49-41ca-a7ef-32adbb0a8330.webp?crop=center&amp;height=1296&amp;v=1776326875&amp;width=1296 1296w 1296h, //henrietteandco.com/cdn/shop/files/69c2a4644d57d_large_d06ad7d8-6b49-41ca-a7ef-32adbb0a8330.webp?crop=center&amp;height=1512&amp;v=1776326875&amp;width=1512 1512w 1512h, //henrietteandco.com/cdn/shop/files/69c2a4644d57d_large_d06ad7d8-6b49-41ca-a7ef-32adbb0a8330.webp?crop=center&amp;height=2000&amp;v=1776326875&amp;width=2000 2000w 2000h" style="">

          </div>
        </a>
      </div>
    </div></div>
  <div class="product-card__details">
    <a
      product-card-link
 href="/collections/gourde-1-2l-personnalisee/products/gourde-12l-coeurs"
      class="product-card__link"
      
        title="Gourde 1,2L - Coeurs"
      
    ><h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title>Gourde 1,2L - Coeurs</product-card-title>
      </h3>
    </a>
    <div class="product-card__details__hover u-medium">
      <a
        product-card-link
 href="/collections/gourde-1-2l-personnalisee/products/gourde-12l-coeurs"
        class="product-card__link"
        tabindex="-1"
        
          title="Gourde 1,2L - Coeurs"
        
      ><product-card-price class="price"><!-- snippet/product-price.liquid -->



<span id="" class="price"><span class="price__number"><span class="money"><span>29,99 €</span></span></span
></span>



</product-card-price></a></div>
  </div></product-card>

            
          </div>
        </items-scroll-paged-navigation>
      </div>
      

      

  <div
    class="section__link section__link--center js-animate-single"
    data-animation-displacement="0"
    style="      --button-color: initial;      --button-hover-color: initial;      --button-background-color: initial;      --button-hover-background-color: initial;              --color-text: #222222;          "
  >
    <a
      href="/collections/gourde-1-2l-personnalisee"
      class="section__link-link c-btn c-btn--primary js-update-link"
    >DÉCOUVRIR MAINTENANT</a>
  </div>


    
  </div><script src="//henrietteandco.com/cdn/shop/t/33/assets/items-scroll-paged-navigation.js?v=6570701935369699931776114279" type="module"></script></section>


<style> @media (max-width: 749px) {#shopify-section-template--29760633373010__section_collection_WJWwxc .product-card__details {display: flex; justify-content: center; align-items: baseline; /* 🔥 la clé ici */ gap: 8px; flex-wrap: wrap; text-align: center; } #shopify-section-template--29760633373010__section_collection_WJWwxc .product-card__title, #shopify-section-template--29760633373010__section_collection_WJWwxc .product-card__price {margin: 0; font-size: 14px; line-height: 1.2; /* 🔧 important pour cohérence verticale */ }} </style></div><div id="shopify-section-template--29760633373010__1760707770e16418fe" class="shopify-section">


<style data-shopify>
  .ai-stats-grid-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
    padding: 60px 20px;
    background-color: #faf8f5;
  }

  .ai-stats-grid__container-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
    max-width: 1200px;
    margin: 0 auto;
  }

  .ai-stats-grid__heading-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
    text-align: center;
    margin: 0 0 50px;
    color: #9e7857;
    font-size: 36px;
    letter-spacing: 2px;
  }

  .ai-stats-grid__grid-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .ai-stats-grid__item-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .ai-stats-grid__item-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp:hover {
    transform: translateY(-5px);
    box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.13);
  }

  .ai-stats-grid__number-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
    font-size: 48px;
    font-weight: 700;
    color: #b89b6c;
    margin: 0 0 15px;
    line-height: 1.2;
  }

  .ai-stats-grid__subtitle-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
    font-size: 18px;
    color: #222222;
    margin: 0 0 10px;
    line-height: 1.4;
  }

  .ai-stats-grid__description-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
    font-size: 14px;
    color: #666666;
    margin: 0 0 15px;
    line-height: 1.5;
  }

  .ai-stats-grid__link-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
    display: inline-block;
    font-size: 13px;
    color: #b89b6c;
    text-decoration: none;
    border-bottom: 1px solid #b89b6c;
    transition: opacity 0.3s ease;
  }

  .ai-stats-grid__link-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp:hover {
    opacity: 0.7;
  }

  @media screen and (max-width: 749px) {
    .ai-stats-grid-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
      padding: 40px 15px;
    }

    .ai-stats-grid__heading-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
      margin-bottom: 30px;
      font-size: 28.8px;
    }

    .ai-stats-grid__grid-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
      gap: 20px;
    }

    

    .ai-stats-grid__item-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
      padding: 30px 20px;
    }

    .ai-stats-grid__number-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
      font-size: 38.4px;
    }

    .ai-stats-grid__subtitle-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp {
      font-size: 16.2px;
    }
  }
</style>

<section class="ai-stats-grid-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp" >
  <div class="ai-stats-grid__container-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp">
    

    <div class="ai-stats-grid__grid-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp">
      
      
        

        
          
          
            <div class="ai-stats-grid__item-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp">
              
                <p class="ai-stats-grid__number-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp">4,9/5</p>
              

              
                <p class="ai-stats-grid__subtitle-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp">Clients satisfaits</p>
              

              
                <p class="ai-stats-grid__description-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp">Sur la base de 4366 avis récoltés.</p>
              

              
                <a href="https://henrietteandco.com/pages/avis" class="ai-stats-grid__link-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp">Voir les avis</a>
              
            </div>
          
        
      
        

        
          
          
            <div class="ai-stats-grid__item-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp">
              
                <p class="ai-stats-grid__number-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp">100%</p>
              

              
                <p class="ai-stats-grid__subtitle-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp">Made in France</p>
              

              
                <p class="ai-stats-grid__description-an0nfngzyu3bvynrnkaigenblockd4f000ftxvhxp">Personnalisé & Expédié depuis nos ateliers de l'Ain</p>
              

              
            </div>
          
        
      
        

        
      
        

        
      
    </div>
  </div>
</section>



</div><div id="shopify-section-template--29760633373010__36be00b3-ffe6-43dd-b6f1-b3623a3c5be5" class="shopify-section js-section__newsletter">
  <link
    rel="stylesheet"
    href="//henrietteandco.com/cdn/shop/t/33/assets/section-newsletter.css?v=173773369300224144671776114317"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/section-newsletter.css?v=173773369300224144671776114317" rel="stylesheet" type="text/css" media="all" />
  </noscript>

<section
  class="section        section-newsletter        section--template--29760633373010__36be00b3-ffe6-43dd-b6f1-b3623a3c5be5    <<<<<<< HEAD        section--has-bg    =======    >>>>>>> upstream/develop        section--mb-m"
  data-section-id="template--29760633373010__36be00b3-ffe6-43dd-b6f1-b3623a3c5be5"
  data-section-type="newsletter"
  data-radius-form="true"
  style="    --space-top: 0px;    --space-bottom: 0px;  "
>
  <div class="container">
    <div
      class="newsletter        js-animate-single"
      data-animation-displacement="0"
      style="        --text-color: #fdfbf9;        --text-color-light: rgba(253, 251, 249, 0.2);        --background-color: #d0b9a6;        --color--title-border: #fdfbf9;      "
    >
      <div
        class="newsletter__content          container                    section--padded"
      >
        <div
          class="newsletter__title section__title section__title--center js-animate-single"
          data-animation-displacement="5"
        >
          
            <h2 class="section__title-text">
              5€ de réduction ?
            </h2>
          
          
            <div
              class="section__title-desc rte js-animate-single"
              data-animation-displacement="0"
              data-animation-delay="0.1"
            >
              <p><em> Inscris-toi, promis on tricote que du joli contenu</em></p>
            </div>
          
        </div>

        <div class="newsletter__form-wrapper">
          <form method="post" action="/contact#newsletter" id="newsletter" accept-charset="UTF-8" class="newsletter__form-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" />
            
            
              <div class="o-layout o-layout--flush o-layout--center">
                <div class="o-layout__item u-1/1 u-7/8@tab u-2/3@desk">
                  <input type="hidden" name="contact[tags]" value="newsletter">
                  <label for="Email-template--29760633373010__36be00b3-ffe6-43dd-b6f1-b3623a3c5be5" class="u-hidden-visually">Email</label>
                  <input
                    type="email"
                    name="contact[email]"
                    id="Email-template--29760633373010__36be00b3-ffe6-43dd-b6f1-b3623a3c5be5"
                    class="newsletter__input"
                    value=""
                    placeholder="courriel@exemple.com"
                    autocorrect="off"
                    autocapitalize="off"
                  >
                </div>
                <div class="o-layout__item u-1/1 u-7/8@tab u-1/3@desk">
                  <button
                    type="submit"
                    class="c-btn c-btn--full c-btn--primary newsletter__btn"
                    name="commit"
                    id="Subscribe-Footer"
                  >
                    S&#39;inscrire
                  </button>
                </div>
              </div>
            
          </form>
        </div>
      </div>
    </div>
  </div>
</section>


<style> #shopify-section-template--29760633373010__36be00b3-ffe6-43dd-b6f1-b3623a3c5be5 div {border-radius: 5px;} #shopify-section-template--29760633373010__36be00b3-ffe6-43dd-b6f1-b3623a3c5be5 .newsletter__btn {border-radius: 5px;} #shopify-section-template--29760633373010__36be00b3-ffe6-43dd-b6f1-b3623a3c5be5 .newsletter__input {border-radius: 5px;} </style></div>
      </div>

      <!-- BEGIN sections: footer-group -->
<div id="shopify-section-sections--29760633962834__footer" class="shopify-section shopify-section-group-footer-group js-section__footer"><link
  rel="stylesheet"
  href="//henrietteandco.com/cdn/shop/t/33/assets/component-footer.css?v=139131216800184897271776114246"
  media="print"
  onload="this.media='all'"
>
<noscript>
  <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-footer.css?v=139131216800184897271776114246" rel="stylesheet" type="text/css" media="all" />
</noscript>
<footer
  role="contentinfo"
  id="footer"
  class="footer footer--light"
  style="--background-color: #9e7857; "
>
  <div class="container">
    <div class="footer__content">
      <div class="o-layout">
          
            
              <div class="o-layout__item u-1/1 u-1/2@tab u-1/4@desk" >
                <div class="footer-nav">
                  
                  <ul class="footer-nav__items o-list-bare">
                    
                      <li class="footer-nav__item">
                        <a href="/pages/avis" class="footer-nav__link">Avis Clients</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/pages/livraison" class="footer-nav__link">Livraison</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/pages/evenements-sur-mesure" class="footer-nav__link">Événements sur Mesure</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/blogs/produits-personnalises-henrietteandco" class="footer-nav__link">Blog</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/pages/contact" class="footer-nav__link">Contactez-nous</a>
                      </li>
                    
                  </ul>
                </div>
              </div>
            
          
          
          
          
          
          
        
          
            
              <div class="o-layout__item u-1/1 u-1/2@tab u-1/4@desk" >
                <div class="footer-nav">
                  
                  <ul class="footer-nav__items o-list-bare">
                    
                      <li class="footer-nav__item">
                        <a href="/policies/refund-policy" class="footer-nav__link">Retour - Remboursement</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/policies/privacy-policy" class="footer-nav__link">Politique de Confidentialité</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/policies/terms-of-service" class="footer-nav__link">Conditions Générales</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/policies/legal-notice" class="footer-nav__link">Mentions légales</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="/pages/faq-cadeaux-personnalises" class="footer-nav__link">FAQ – Cadeaux personnalisés : toutes vos questions</a>
                      </li>
                    
                  </ul>
                </div>
              </div>
            
          
          
          
          
          
          
        
          
            
              <div class="o-layout__item u-1/1 u-1/2@tab u-1/4@desk" >
                <div class="footer-nav">
                  
                  <ul class="footer-nav__items o-list-bare">
                    
                      <li class="footer-nav__item">
                        <a href="https://henrietteandco.com/collections/mugs-personnalises" class="footer-nav__link">Mug personnalisé</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="https://henrietteandco.com/collections/pot-a-cookie-personnalise" class="footer-nav__link">Pot à Biscuits Personnalisé</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="https://henrietteandco.com/collections/tote-bag-personnalise" class="footer-nav__link">Tote Bag Personnalisé</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="https://henrietteandco.com/collections/accessoires-enfant-personnalises" class="footer-nav__link">Accessoires Enfants</a>
                      </li>
                    
                      <li class="footer-nav__item">
                        <a href="https://henrietteandco.com/collections/trousse-de-toilette-personnalisee" class="footer-nav__link">Trousse de Toilette Personnalisée</a>
                      </li>
                    
                  </ul>
                </div>
              </div>
            
          
          
          
          
          
          
        
          
          
          
          
          
            <div class="o-layout__item u-1/1 u-1/2@tab u-1/4@desk" >
              <div class="footer-nav footer-nav--social">
                
                  <h3 class="footer-nav__title h5">suivez-nous :</h3>
                

<ul class="social-links"><li class="social-links__item">
      <a
        href="https://www.facebook.com/henrietteandco"
        class="social-links__link"
        target="_blank"
        rel="noopener"
        aria-label="Visit our facebook page"
      ><span class="icon icon--social icon--facebook">
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><title>facebook</title><path d="M47.9 24.038C47.9 10.7622 37.1772 0 23.95 0C10.7228 0 0 10.7622 0 24.038C0 35.3114 7.73249 44.7705 18.1642 47.3682V31.3837H13.2256V24.038H18.1642V20.8728C18.1642 12.691 21.8533 8.8988 29.8565 8.8988C31.3737 8.8988 33.9919 9.19735 35.0629 9.49598V16.1549C34.4975 16.0952 33.5158 16.0653 32.296 16.0653C28.3689 16.0653 26.8515 17.5583 26.8515 21.4402V24.038H34.6744L33.3306 31.3837H26.8515V47.9C38.7102 46.4625 47.9 36.328 47.9 24.038Z" /></svg>
  </span></a>
    </li><li class="social-links__item">
      <a
        href="https://www.instagram.com/henrietteandco_/"
        class="social-links__link"
        target="_blank"
        rel="noopener"
        aria-label="Visit our instagram page"
      ><span class="icon icon--social icon--instagram">
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><title>instagram</title><path d="M24 4.656C27.232 4.656 29.328 4.672 30.288 4.704C31.28 4.704 32.416 4.736 33.696 4.8C34.848 4.86398 35.776 4.992 36.48 5.184C37.152 5.34398 37.712 5.50401 38.16 5.664C38.736 5.88801 39.232 6.12801 39.648 6.384C40.064 6.672 40.496 7.02398 40.944 7.44C41.328 7.85601 41.664 8.27198 41.952 8.688C42.24 9.13598 42.496 9.648 42.72 10.224C42.88 10.608 43.04 11.152 43.2 11.856C43.36 12.528 43.472 13.456 43.536 14.64C43.568 15.888 43.6 17.024 43.632 18.048C43.664 19.04 43.68 21.152 43.68 24.384C43.68 27.552 43.664 29.632 43.632 30.624C43.6 31.648 43.568 32.784 43.536 34.032C43.472 35.216 43.36 36.144 43.2 36.816C43.04 37.52 42.88 38.064 42.72 38.448C42.496 39.024 42.24 39.536 41.952 39.984C41.664 40.4 41.328 40.816 40.944 41.232C40.496 41.68 40.064 42.048 39.648 42.336C39.232 42.592 38.736 42.832 38.16 43.056C37.712 43.216 37.152 43.376 36.48 43.536C35.776 43.728 34.848 43.84 33.696 43.872C32.416 43.936 31.28 43.968 30.288 43.968C29.328 44 27.232 44.016 24 44.016C20.8 44.016 18.704 44 17.712 43.968C16.72 43.968 15.584 43.936 14.304 43.872C13.152 43.84 12.224 43.728 11.52 43.536C10.848 43.376 10.288 43.216 9.84 43.056C9.29602 42.832 8.81602 42.592 8.4 42.336C7.95202 42.048 7.52002 41.68 7.104 41.232C6.68798 40.816 6.336 40.4 6.048 39.984C5.76 39.536 5.50402 39.04 5.28 38.496C5.12002 38.08 4.95998 37.52 4.8 36.816C4.64 36.144 4.544 35.232 4.512 34.08C4.448 32.8 4.4 31.648 4.368 30.624C4.368 29.632 4.368 27.552 4.368 24.384C4.368 21.152 4.368 19.04 4.368 18.048C4.4 17.024 4.448 15.888 4.512 14.64C4.544 13.488 4.64 12.576 4.8 11.904C4.95998 11.2 5.12002 10.64 5.28 10.224C5.50402 9.648 5.76 9.15201 6.048 8.736C6.336 8.31998 6.672 7.88798 7.056 7.44C7.50398 7.02398 7.93598 6.672 8.352 6.384C8.79998 6.12801 9.29602 5.88801 9.84 5.664C10.288 5.50401 10.848 5.34398 11.52 5.184C12.224 4.992 13.152 4.86398 14.304 4.8C15.584 4.736 16.72 4.704 17.712 4.704C18.672 4.672 20.768 4.656 24 4.656ZM24 0.335999C20.736 0.335999 18.592 0.351998 17.568 0.383999C16.544 0.383999 15.392 0.415999 14.112 0.479998C12.832 0.543996 11.728 0.671998 10.8 0.863998C9.87202 1.056 9.03998 1.312 8.304 1.632C7.47202 1.952 6.72 2.32 6.048 2.736C5.34398 3.184 4.672 3.728 4.032 4.368C3.36 5.04 2.816 5.712 2.4 6.384C1.952 7.08801 1.568 7.83998 1.248 8.64C0.96 9.408 0.72 10.256 0.528 11.184C0.336 12.08 0.208 13.168 0.144 14.448C0.0800002 15.728 0.032 16.896 0 17.952C0 18.976 0 21.12 0 24.384C0 27.616 0 29.744 0 30.768C0.032 31.824 0.0800002 32.992 0.144 34.272C0.208 35.552 0.336 36.64 0.528 37.536C0.72 38.464 0.96 39.312 1.248 40.08C1.568 40.88 1.952 41.632 2.4 42.336C2.816 43.008 3.36 43.68 4.032 44.352C4.672 44.992 5.34398 45.536 6.048 45.984C6.72 46.4 7.47202 46.768 8.304 47.088C9.03998 47.376 9.87202 47.616 10.8 47.808C11.728 48.0322 12.832 48.1762 14.112 48.24C15.392 48.3038 16.544 48.336 17.568 48.336C18.592 48.3682 20.736 48.384 24 48.384C27.264 48.384 29.408 48.3682 30.432 48.336C31.456 48.336 32.608 48.3038 33.888 48.24C35.168 48.1762 36.272 48.0322 37.2 47.808C38.128 47.616 38.96 47.376 39.696 47.088C40.496 46.768 41.232 46.4 41.904 45.984C42.608 45.536 43.296 44.992 43.968 44.352C44.64 43.68 45.184 43.008 45.6 42.336C46.048 41.632 46.432 40.88 46.752 40.08C47.008 39.312 47.248 38.464 47.472 37.536C47.664 36.64 47.776 35.552 47.808 34.272C47.872 32.992 47.92 31.824 47.952 30.768C47.952 29.744 47.952 27.616 47.952 24.384C47.952 21.12 47.952 18.976 47.952 17.952C47.92 16.896 47.872 15.728 47.808 14.448C47.776 13.168 47.664 12.08 47.472 11.184C47.248 10.256 47.008 9.408 46.752 8.64C46.432 7.872 46.048 7.13601 45.6 6.432C45.184 5.72798 44.64 5.04 43.968 4.368C43.328 3.728 42.656 3.184 41.952 2.736C41.28 2.32 40.528 1.952 39.696 1.632C38.96 1.344 38.128 1.104 37.2 0.911998C36.272 0.687996 35.168 0.543996 33.888 0.479998C32.608 0.415999 31.456 0.383999 30.432 0.383999C29.408 0.351998 27.264 0.335999 24 0.335999ZM24 12.048C22.304 12.048 20.704 12.368 19.2 13.008C17.728 13.648 16.416 14.528 15.264 15.648C14.144 16.768 13.28 18.08 12.672 19.584C12 21.088 11.664 22.688 11.664 24.384C11.664 26.048 12 27.632 12.672 29.136C13.28 30.64 14.144 31.952 15.264 33.072C16.416 34.192 17.728 35.072 19.2 35.712C20.704 36.352 22.304 36.672 24 36.672C25.696 36.672 27.296 36.352 28.8 35.712C30.272 35.072 31.584 34.192 32.736 33.072C33.856 31.952 34.72 30.64 35.328 29.136C36 27.632 36.336 26.048 36.336 24.384C36.336 22.688 36 21.088 35.328 19.584C34.72 18.08 33.856 16.768 32.736 15.648C31.584 14.528 30.272 13.648 28.8 13.008C27.296 12.368 25.696 12.048 24 12.048ZM24 32.352C21.792 32.352 19.904 31.584 18.336 30.048C16.768 28.48 15.984 26.592 15.984 24.384C15.984 22.144 16.768 20.24 18.336 18.672C19.904 17.136 21.792 16.368 24 16.368C26.208 16.368 28.096 17.136 29.664 18.672C31.232 20.24 32.016 22.144 32.016 24.384C32.016 26.592 31.232 28.48 29.664 30.048C28.096 31.584 26.208 32.352 24 32.352ZM39.696 11.568C39.696 12.336 39.424 13.008 38.88 13.584C38.304 14.128 37.616 14.4 36.816 14.4C36.016 14.4 35.344 14.128 34.8 13.584C34.224 13.008 33.936 12.336 33.936 11.568C33.936 10.768 34.224 10.08 34.8 9.504C35.344 8.928 36.016 8.64 36.816 8.64C37.616 8.64 38.304 8.928 38.88 9.504C39.424 10.08 39.696 10.768 39.696 11.568Z" /></svg>
  </span></a>
    </li><li class="social-links__item">
      <a
        href="https://www.tiktok.com/@henrietteandco"
        class="social-links__link"
        target="_blank"
        rel="noopener"
        aria-label="Visit our tiktok page"
      ><span class="icon icon--social icon--tiktok">
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><title>tiktok</title><path d="M25.056 0.00799561C26.368 0.00799561 27.68 0.00799561 28.992 0.00799561C30.304 0.00799561 31.6 0.00799561 32.88 0.00799561C32.976 1.512 33.296 3.016 33.84 4.52C34.416 5.992 35.264 7.256 36.384 8.312C37.504 9.43199 38.816 10.28 40.32 10.856C41.824 11.4 43.344 11.768 44.88 11.96V20.024C43.44 19.96 42 19.768 40.56 19.448C39.152 19.128 37.792 18.648 36.48 18.008C35.904 17.784 35.344 17.496 34.8 17.144C34.256 16.824 33.728 16.504 33.216 16.184C33.216 17.624 33.216 19.08 33.216 20.552C33.216 22.024 33.216 23.496 33.216 24.968C33.216 26.408 33.2 27.864 33.168 29.336C33.168 30.776 33.168 32.232 33.168 33.704C33.072 35.112 32.8 36.488 32.352 37.832C31.904 39.176 31.28 40.424 30.48 41.576C29.168 43.464 27.456 45 25.344 46.184C23.232 47.368 21.008 47.976 18.672 48.008C17.232 48.04 15.808 47.88 14.4 47.528C13.024 47.176 11.728 46.648 10.512 45.944C8.46398 44.728 6.78398 43.096 5.47198 41.048C4.15998 39.032 3.39198 36.84 3.16798 34.472C3.16798 33.992 3.16798 33.496 3.16798 32.984C3.13598 32.472 3.13598 31.992 3.16798 31.544C3.35998 29.624 3.90398 27.8 4.79998 26.072C5.69598 24.344 6.87998 22.856 8.35198 21.608C10.016 20.168 11.936 19.128 14.112 18.488C16.288 17.88 18.464 17.768 20.64 18.152C20.672 19.624 20.672 21.112 20.64 22.616C20.608 24.088 20.592 25.56 20.592 27.032C19.568 26.712 18.528 26.616 17.472 26.744C16.384 26.84 15.408 27.192 14.544 27.8C13.904 28.184 13.36 28.68 12.912 29.288C12.432 29.896 12.064 30.568 11.808 31.304C11.584 31.784 11.472 32.312 11.472 32.888C11.472 33.432 11.488 33.96 11.52 34.472C11.744 36.136 12.544 37.56 13.92 38.744C15.296 39.896 16.832 40.392 18.528 40.232C19.648 40.2 20.704 39.896 21.696 39.32C22.688 38.712 23.472 37.944 24.048 37.016C24.24 36.696 24.416 36.36 24.576 36.008C24.768 35.656 24.88 35.288 24.912 34.904C24.976 33.112 25.008 31.32 25.008 29.528C25.008 27.736 25.008 25.944 25.008 24.152C25.008 22.168 25.008 20.152 25.008 18.104C25.008 16.12 25.008 14.12 25.008 12.104C25.008 10.088 25.008 8.072 25.008 6.056C25.008 4.072 25.024 2.056 25.056 0.00799561Z" /></svg>
  </span></a>
    </li></ul>
<div class="footer-nav__follow_on_shop">
                    <script defer="defer" async type="module" src="//henrietteandco.com/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.fr.esm.js"></script>
<script type="module">
  await import("//henrietteandco.com/cdn/shopifycloud/shop-js/modules/v2/loader.shop-follow-button.fr.esm.js");

  
</script>

<shop-follow-button ux-mode="windoid" return-uri="https://henrietteandco.com/account/redirect" proxy="true"></shop-follow-button>

                  </div></div>
            </div>
          
          
        
      </div>
    </div>
  </div>

  <div class="footer__bottom">
    <div class="container container--full">
      <div class="footer__bottom__left"></div>

      <div class="footer__bottom__right">
        <div class="footer-copyright">
          <p class="footer-copyright__text">
            <span class="footer-copyright__span footer-copyright__span--powered"><a target="_blank" rel="nofollow" href="https://fr.shopify.com?utm_campaign=poweredby&amp;utm_medium=shopify&amp;utm_source=onlinestore">Commerce électronique propulsé par Shopify</a></span>
            <span class="footer-copyright__span footer-copyright__span--shop"
              >&copy; 2026, henrietteandco</span>
          </p>
        </div>
      </div>
    </div>
  </div>
</footer>


</div>
<!-- END sections: footer-group -->
    </div>

    
      
<link
    rel="stylesheet"
    href="//henrietteandco.com/cdn/shop/t/33/assets/predictive-search.css?v=178364628060897716381776114292"
    media="print"
    onload="this.media='all'"
  >
  <script src="//henrietteandco.com/cdn/shop/t/33/assets/predictive-search.js?v=101842495416764002911776114292" type="module"></script><script src="//henrietteandco.com/cdn/shop/t/33/assets/search-modal.js?v=153126096958304962641776114305" type="module"></script>
<search-modal
  id="modal-search"
  class="modal    modal--search    modal--top    modal--dark"
  aria-labelledby="modal-search-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>
  <div class="modal__wrapper" role="document">
    <div class="modal__content">
      <p id="modal-search-title" class="u-hidden-visually">Effectuez une recherche</p>
      <button
        title="Fermer (esc)"
        type="button"
        class="modal__close"
        aria-label="Fermer (esc)"
        data-a11y-dialog-hide
>
        <span
    class="icon icon--theme icon--close"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
      </button>
      <div class="search__inner">
        <predictive-search type="sidebar" search-url="/search">
          <script src="//henrietteandco.com/cdn/shop/t/33/assets/search-form.js?v=41728883722473605271776114304" type="module"></script>
          <search-form>
            <form action="/search" method="get" class="search__form" role="search">
              <div class="search__form-input-wrapper">
                <div class="search__form-input-wrapper-limiter">
                  <input
                    id="modal-search-input"
                    type="search"
                    name="q"
                    value=""
                    class="search__form-input js-search-input"
                    placeholder="Rechercher dans la boutique"
                    aria-label="Rechercher dans la boutique"
                    autofocus
 role="combobox"
                      aria-expanded="false"
                      aria-owns="predictive-search-results-list"
                      aria-controls="predictive-search-results-list"
                      aria-haspopup="listbox"
                      aria-autocomplete="list"
                      autocorrect="off"
                      autocomplete="off"
                      autocapitalize="off"
                      spellcheck="false">

                  <input name="options[prefix]" type="hidden" value="last">

                  <button type="submit" class="search__form-submit" aria-label="Recherche">
                    <span
    class="icon icon--theme icon--search"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M36.2018 36.2008L43.5 43.5M41.383 23.6915C41.383 33.4622 33.4622 41.383 23.6915 41.383C13.9208 41.383 6 33.4622 6 23.6915C6 13.9208 13.9208 6 23.6915 6C33.4622 6 41.383 13.9208 41.383 23.6915Z" vector-effect="non-scaling-stroke" /></svg>
  </span>
                  </button>
                </div>
              </div><predictive-search-results tabindex="-1" hidden></predictive-search-results>
<div class="search__content-wrapper js-search-content">
                  <div class="search__content search__content--has-recent-searches search__content--has-menu"><recent-searches class="search__nav" hidden>
                        <h4 class="search__nav-title f-family--heading f-caps--true f-space--1">
                          Recherches récentes
                        </h4>
                        <ul class="search__nav-items o-list-bare"></ul>
                      </recent-searches>
                    
                      <div class="search__nav">
                        <h4 class="search__nav-title f-family--heading f-caps--true f-space--1">
                          Menu principal
                        </h4>
                        <ul class="search__nav-items o-list-bare">
                          
                            <li class="search__nav-item">
                              <a href="/collections/cadeau-personnalise-fete-des-meres" class="search__nav-link">Maman 🤎</a>
                            </li>
                          
                            <li class="search__nav-item">
                              <a href="#" class="search__nav-link">Cadeaux Pour</a>
                            </li>
                          
                            <li class="search__nav-item">
                              <a href="/collections/mugs-personnalises" class="search__nav-link">Mugs</a>
                            </li>
                          
                            <li class="search__nav-item">
                              <a href="/collections/pot-a-cookie-personnalise" class="search__nav-link">Pot à biscuits</a>
                            </li>
                          
                            <li class="search__nav-item">
                              <a href="/collections/boite-a-gouter-enfant" class="search__nav-link">Boite a Gouter</a>
                            </li>
                          
                            <li class="search__nav-item">
                              <a href="#" class="search__nav-link">Autres Produits</a>
                            </li>
                          
                            <li class="search__nav-item">
                              <a href="/pages/avis" class="search__nav-link">Avis Clients</a>
                            </li>
                          
                        </ul>
                      </div>
                    

                    
                  </div>
                </div></form>
          </search-form>
        </predictive-search>
      </div>
    </div>
  </div>
</search-modal>

    

    
      <link
  rel="stylesheet"
  href="//henrietteandco.com/cdn/shop/t/33/assets/component-back-to-top-button.css?v=110867531981870776271776114241"
  media="print"
  onload="this.media='all'"
>
<noscript>
  <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-back-to-top-button.css?v=110867531981870776271776114241" rel="stylesheet" type="text/css" media="all" />
</noscript>
<back-to-top-button
  class="back-to-top-button back-to-top-button--dark"
  aria-label="Back to top"
  type="button"
  role="button"
  tabindex="0"
  align-right
 style="opacity: 0;"
>
  <span
    class="icon icon--theme icon--chevron back-to-top-button__icon icon--up"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span>
  <span class="visually-hidden">Back to top</span>
</back-to-top-button>

<script src="//henrietteandco.com/cdn/shop/t/33/assets/back-to-top-button.js?v=22425800111144963571776114235" type="module"></script>

    
<modal-dialog
          id="modal-cart"
          class="modal--cart            modal modal--right modal--dark"
          aria-labelledby="modal-cart-title"
          aria-hidden="true"
          style="--background-color: #ffffff;"
          
          
        ><div class="modal__overlay" data-a11y-dialog-hide></div><div
            class="modal__wrapper"
            
              role="document"
            
          >
            <div
              class="modal__content"
              
            >
<style>
  .cart {
    --drawer-background: #ffffff;
  }
</style>
<link
  rel="stylesheet"
  href="//henrietteandco.com/cdn/shop/t/33/assets/component-cart.css?v=102340720424295588511776114243"
  media="print"
  onload="this.media='all'"
>
<div id="cart-drawer-templates" style="display: none"><template id="template-cart">
    <cart-full class="cart__wrapper"><free-shipping-bar
    class="free-shipping-bar      free-shipping-bar--align-left"
    value="0"
    minimum-value="4500"
    style="--track-color: #9e7857"
    
  >
    <free-shipping-bar-text class="free-shipping-bar__text"><span class="free-shipping-bar__icon"><span
    class="icon icon--selection icon--icon-delivery-truck-3"
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><circle cx="5" cy="18" r="2" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></circle><circle cx="19" cy="18" r="2" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></circle><path d="M3,18H1.5a1,1,0,0,1-1-1V13.015A1,1,0,0,1,.919,12.2L4,11l.811-4.243A1,1,0,0,1,5.781,6H9.5V5a1,1,0,0,1,1-1h12a1,1,0,0,1,1,1V17a1,1,0,0,1-1,1H21" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path><line x1="7" y1="18" x2="17" y2="18" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="9.5" y1="6" x2="9.5" y2="16" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="0.5" y1="15" x2="2" y2="15" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line><line x1="4" y1="11" x2="9.5" y2="11" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></line></svg>
  </span>


        </span><amount-to-spend
        
      >Plus que <b><money-value class="money"><span>45 €</span></money-value></b> pour la livraison gratuite</amount-to-spend>
      <amount-left
        
          hidden
>Plus que <b><money-value class="money"><span>45 €</span></money-value></b> pour la livraison gratuite</amount-left>
      <minimum-reached
        
          hidden
>Félicitations ! Vous bénéficiez de la livraison <b>gratuite</b>.</minimum-reached>
    </free-shipping-bar-text>
    <free-shipping-bar-track
      class="free-shipping-bar__track"
      style="--displacement: 100%"
    ></free-shipping-bar-track><free-shipping-bar-goal-animation
        class="free-shipping-bar__animation"
        data-url="//henrietteandco.com/cdn/shop/t/33/assets/animation.confetti.lottie?v=116718273433018025251776114233"
        ><canvas width="300" height="300"></canvas
></free-shipping-bar-goal-animation></free-shipping-bar><cart-contents class="cart__contents">
        <cart-items
          class="cart__items"
          form-id="drawer-cart"
          
            gift-wrapping-product-id="50146218541394"
          
        ></cart-items><cart-gift-wrapping-banner
    class="action-banner"
    
  >
    <div class="action-banner__wrapper">
      <cart-gift-wrapping-banner-content class="action-banner__content">
        <span
    class="icon icon--theme icon--gift"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M18.2174 16.5993V43M29.7826 43V16.5993M43 21.5494C43 21.9871 42.8259 22.4067 42.5161 22.7162C42.2062 23.0256 41.786 23.1995 41.3478 23.1995H6.65217C6.21399 23.1995 5.79375 23.0256 5.48391 22.7162C5.17407 22.4067 5 21.9871 5 21.5494V18.2493C5 17.8117 5.17407 17.392 5.48391 17.0826C5.79375 16.7731 6.21399 16.5993 6.65217 16.5993H41.3478C41.786 16.5993 42.2062 16.7731 42.5161 17.0826C42.8259 17.392 43 17.8117 43 18.2493V21.5494ZM39.6957 41.35C39.6957 41.7876 39.5216 42.2073 39.2117 42.5167C38.9019 42.8262 38.4817 43 38.0435 43H9.95652C9.51834 43 9.0981 42.8262 8.78826 42.5167C8.47842 42.2073 8.30435 41.7876 8.30435 41.35V23.1995H39.6957V41.35ZM32.9663 10.5601C31.7041 11.8224 25.6522 13.2992 25.6522 13.2992C25.6522 13.2992 27.1391 7.2551 28.3948 5.99447C28.6926 5.68422 29.0494 5.43647 29.4444 5.26573C29.8393 5.09499 30.2644 5.00471 30.6947 5.00018C31.125 4.99565 31.5519 5.07695 31.9504 5.23933C32.3488 5.4017 32.7108 5.64189 33.0151 5.94579C33.3194 6.2497 33.5599 6.61122 33.7225 7.00915C33.8851 7.40709 33.9665 7.83343 33.9619 8.2632C33.9574 8.69296 33.867 9.1175 33.696 9.51192C33.5251 9.90634 33.277 10.2627 32.9663 10.5601ZM15.0337 10.5601C16.2959 11.8224 22.3478 13.2992 22.3478 13.2992C22.3478 13.2992 20.8609 7.2551 19.6052 5.99447C18.9947 5.40996 18.1792 5.08761 17.3336 5.09652C16.4879 5.10543 15.6794 5.44489 15.0814 6.04213C14.4834 6.63937 14.1435 7.44684 14.1345 8.29141C14.1256 9.13599 14.4484 9.95044 15.0337 10.5601Z" vector-effect="non-scaling-stroke" stroke-linecap="round" stroke-linejoin="round"/></svg>
  </span><span>Assurez vos articles pour seulement <money-amount><span>0,99 €</span></money-amount>?</span>
      </cart-gift-wrapping-banner-content>
      <button type="button" class="action-banner__button c-btn c-btn--primary">
        <staged-action class="staged-action">
          <staged-action-text class="staged-action__text">
            <span
    class="icon icon--theme icon--quickbuy"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M27.5 43.5H5V14.4048H43V28.2611M34 14.1984V13.8105C34 8.66844 29.702 4.5 24.4 4.5H23.6C18.2981 4.5 14 8.66844 14 13.8105V14.1984M35 28.746V35.5349M35 35.5349V42.3238M35 35.5349H28M35 35.5349L42 35.5349" vector-effect="non-scaling-stroke" /></svg>
  </span>
          </staged-action-text>
          <staged-action-tick class="staged-action__tick">
            <span
    class="icon icon--theme icon--check"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M4.5 23.9999L17.5 36.9999L43.5 10.9999" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span>
          </staged-action-tick>
          <staged-action-spinner class="staged-action__spinner">
            <div
  class="theme-spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</div>

          </staged-action-spinner>
        </staged-action>
      </button>
    </div>
  </cart-gift-wrapping-banner>
<cart-recommendations
  class="cart-recommendations"
  id="drawer-cart-recommendations--recommendations"
  section-id="drawer-cart-recommendations"
  product-recommendations-root="/recommendations/products"
  product-recommendations-type="related"
  hidden
>
  
    <cart-recommendations-title
      class="cart-recommendations__title cart-recommendations__title--plain js-animate-single"
      data-animation-displacement="5"
    ><p class="cart-recommendations__title-text cart-recommendations__title-text--reduced">Ça pourrait vous plaire :</p></cart-recommendations-title>
  
  <link
    rel="stylesheet"
    href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465"
    media="print"
    onload="this.media='all'"
  >
  <noscript>
    <link href="//henrietteandco.com/cdn/shop/t/33/assets/component-items-scroll.css?v=143595265615679389541776197465" rel="stylesheet" type="text/css" media="all" />
  </noscript>
  <items-scroll
    
      class="items-scroll mini-navigation"
      snap="start"
    
    image-container-ratio="1:1"
  >
    <div
      class="grid-layout        grid-layout--1        grid-layout--1@mob"
      data-items
 cart-recommendations-content
></div>
  </items-scroll>
</cart-recommendations>

<script src="//henrietteandco.com/cdn/shop/t/33/assets/items-scroll.js?v=89250833591104993371776114279" type="module"></script>

<div id="drawer-cart-recommendations--templates" style="display: none"><template id="drawer-cart-recommendations--template-cart-recommendations-card">
      
<product-card-mini
  
  class="product-card product-card--mini js-product js-product-card product-card--crop product-card--media-ratio-1:1"
  image-container-ratio="1:1"
  
  
    section-id="drawer-cart-recommendations"
  
  
  
>
  <a product-card-link href="#" class="product-card__link"
    ><span class="visually-hidden">Navigate to </span></a
>
  <div class="product-card__top">
    <div
      class="o-ratio        o-ratio--1:1"
      
    >
      <div class="o-ratio__content">
        <a product-card-link href="#" tabindex="-1">
          <div
            class="product-card__media"
          >


<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: </span>
  <svg
    id="visual"
    viewbox="0 0 300 300"
    width="300"
    height="300"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="300" height="300"></rect>
  </svg>
</image-skeleton>

<img
    
      class="product-card__img js-product-card-image"
    
    src="//henrietteandco.com/cdn/shop/t/33/assets/placeholder_300x300.png?v=113555733946226816651776114290"
    srcset="//henrietteandco.com/cdn/shop/t/33/assets/placeholder_120x120.png?v=113555733946226816651776114290 120w 120h, //henrietteandco.com/cdn/shop/t/33/assets/placeholder_240x240.png?v=113555733946226816651776114290 240w 240h, //henrietteandco.com/cdn/shop/t/33/assets/placeholder_360x360.png?v=113555733946226816651776114290 360w 360h, //henrietteandco.com/cdn/shop/t/33/assets/placeholder_480x480.png?v=113555733946226816651776114290 480w 480h, //henrietteandco.com/cdn/shop/t/33/assets/placeholder_620x620.png?v=113555733946226816651776114290 620w 620h, //henrietteandco.com/cdn/shop/t/33/assets/placeholder_740x740.png?v=113555733946226816651776114290 740w 740h, "
    sizes="(min-width: 504px) 74px,  calc((100vw - 96px - 18px - 24px) * 0.3)"
    width="300"
    height="300"
    alt=""
    loading="lazy"
    fetchpriority="auto"
  >
          </div>
        </a>
      </div>
    </div>
  </div><div class="product-card__details">
      
      <h3 class="product-card__title f-family--heading f-caps--false f-space--1">
        <product-card-title></product-card-title>
      </h3><product-card-price class="product-card__price"></product-card-price>
</div></product-card-mini>

    </template><template id="drawer-cart-recommendations--template-quick-shop">
      <quick-shop
  id=""
  placeholder
 load-on="click"
  class="modal    modal--right    quick-shop--drawer-dark    quick-shop--media-ratio-1:1"
  image-container-ratio="1:1"
  image-sizes="(min-width: 444px) 360px, calc(100vw - 24px - 18px * 2)"
  
  
  
    notify-on-add
 card-id=""
  aria-labelledby="-title"
  aria-hidden="true"
>
  <div class="modal__overlay" data-a11y-dialog-hide></div>

  <div class="modal__wrapper" role="document">
    <div class="quick-shop__wrapper">
      <div class="quick-shop__header">
        <div class="product-card__details">
          <span class="product-card__link">
            
            <h3 id="-title" class="quick-shop__title"><span class="visually-hidden">Chargement en cours...</span>
                <div class="skeleton-text"></div></h3>
          </span>
        </div>

        <button
          title="Fermer (esc)"
          type="button"
          class="modal__close"
          aria-label="Fermer (esc)"
          data-a11y-dialog-hide
>
          <span
    class="icon icon--theme icon--close"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
        </button>
      </div>

      <div class="quick-shop__main">
        <div class="product-card__wrapper">
          
          <div
            class="product-card__media              product-card__media--modal                              product-card--crop"
          >
            <div
              class="o-ratio                o-ratio--1:1"
              
            >
              <div class="o-ratio__content"><div class="skeleton-image skeleton-image--1:1"></div></div>
            </div>
          </div>
        </div>

        <div class="product-card__details is-hidden-in-drawer"><div class="skeleton-text"></div></div>

        <div class="product-card__price">
          <div class="price skeleton-text skeleton-text--small skeleton-text--1/4"></div>
        </div>

        <hr class="product-form__divider">

        <div class="product-form__content">
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
          <span class="skeleton-text skeleton-text--small skeleton-text--1/3"></span>
          <div class="skeleton-text"></div>
        </div>
      </div>

      <div class="quick-shop__buttons">
        <div class="product-form__add">
          <div class="product-form__add-btn skeleton-button">
            <span
              class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/2"
            ></span>
          </div>
        </div>
      </div>

      <div class="quick-shop__footer"><div class="product-card__description">
            <div class="skeleton-text"></div>
            <div class="skeleton-text"></div>
            <span class="skeleton-text skeleton-text--1/3"></span>
          </div><div class="product-card__more">
          <span class="skeleton-text skeleton-text--small skeleton-text--inline skeleton-text--1/3"></span>
        </div>
      </div>
    </div>
  </div>
  <script src="//henrietteandco.com/cdn/shop/t/33/assets/variant-select-components.js?v=66055195434985463391776114332" type="module"></script>
  <script src="//henrietteandco.com/cdn/shop/t/33/assets/product-interactive-options.js?v=108035780311999679401776114296" type="module"></script>
</quick-shop>

    </template><template id="drawer-cart-recommendations--template-sold-out-button">
  <button type="button" class="link" disabled="disabled">Épuisé</button>
</template>
<template id="drawer-cart-recommendations--template-quick-shop-button">
  <button
    type="button"
    class="link link--underline"
    aria-hidden="true"
    tabindex="-1"
    data-trigger-quick-shop
>
    Aperçu rapide
  </button>
</template>
<template id="drawer-cart-recommendations--template-add-to-cart-form">
  <product-form
    
  >
    <form action="/cart/add" method="post" enctype="multipart/form-data">
      <input type="hidden" name="form_type" value="product">
      <input type="hidden" name="id" value="">
      <button type="submit" class="link link--underline" name="add" aria-hidden="true" tabindex="-1">
        <staged-action class="staged-action">
          <staged-action-text class="staged-action__text">
            +&nbsp;Ajouter au panier
          </staged-action-text>
          <staged-action-tick class="staged-action__tick">
            <span
    class="icon icon--theme icon--check"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M4.5 23.9999L17.5 36.9999L43.5 10.9999" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span>
          </staged-action-tick>
          <staged-action-spinner class="staged-action__spinner">
            <div
  class="theme-spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</div>

          </staged-action-spinner>
        </staged-action>
      </button>
    </form>
  </product-form>
</template>

</div>

<script src="//henrietteandco.com/cdn/shop/t/33/assets/cart-recommendations.js?v=70005626286225720301776114239" type="module"></script>

</cart-contents>
      
<div class="cart__controls">
  <div class="cart__details"><div class="cart__order-details">
      <cart-discounts>
        <discount-list></discount-list>
      </cart-discounts>

      <p class="custom-cart-shipping">
        <span>Livraison</span>
        <span class="custom-cart-shipping__text">Offerte dès 55€</span>
      </p>

      <noscript>
        <p class="cart__total">
          <span>Sous-total</span><cart-total class="money"></cart-total>
        </p>
      </noscript><p class="cart__total">
          <span>Sous-total</span
><cart-total class="money" data-cart-subtotal></cart-total>
        </p><p id="custom-cart-split-payment" data-text="Ou 3 fois {{amount}} € sans frais."></p>

      
    </div>
  </div>

  <div class="cart__actions">
    <div
      class="cart__buttons                                cart__buttons--payment-icons"
    ><form method="post" action="/cart" id="drawer-cart" accept-charset="UTF-8" class="shopify-cart-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="cart" /><input type="hidden" name="utf8" value="✓" />
<div class="cart__form"><noscript>
            <button type="submit" name="update" class="c-btn c-btn--hollow cart__button-update update-cart">
              Mettre à jour
            </button>
          </noscript>
          <button type="submit" class="c-btn c-btn--full c-btn--primary cart__checkout" name="checkout"><span
    class="icon icon--theme icon--lock"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M25.75 30.7147C26.4972 30.2778 27 29.4614 27 28.5263C27 27.131 25.8807 26 24.5 26C23.1192 26 22 27.131 22 28.5263C22 29.4614 22.5027 30.2778 23.25 30.7147V32.7368C23.25 33.4344 23.8097 34 24.5 34C25.1903 34 25.75 33.4344 25.75 32.7368V30.7147Z" class="fill" />
          <path d="M15.1111 16.8535V12.4217C15.1111 12.4217 15.1111 4.44446 24 4.44446C32.8889 4.44446 32.8889 12.4217 32.8889 12.4217V16.8535M13.3333 16.8535H34.6667C37.6122 16.8535 40 19.2346 40 22.1717V38.1263C40 41.0634 37.6122 43.4445 34.6667 43.4445H13.3333C10.3878 43.4445 8 41.0634 8 38.1263V22.1717C8 19.2346 10.3878 16.8535 13.3333 16.8535Z" vector-effect="non-scaling-stroke" /></svg>
  </span><span>Procéder au paiement</span></button>
</div></form><ul class="cart__icons icons-list"><li class="icons-list__item"><svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="pi-american_express" viewbox="0 0 38 24" width="38" height="24"><title id="pi-american_express">American Express</title><path fill="#000" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3Z" opacity=".07"/><path fill="#006FCF" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32Z"/><path fill="#FFF" d="M22.012 19.936v-8.421L37 11.528v2.326l-1.732 1.852L37 17.573v2.375h-2.766l-1.47-1.622-1.46 1.628-9.292-.02Z"/><path fill="#006FCF" d="M23.013 19.012v-6.57h5.572v1.513h-3.768v1.028h3.678v1.488h-3.678v1.01h3.768v1.531h-5.572Z"/><path fill="#006FCF" d="m28.557 19.012 3.083-3.289-3.083-3.282h2.386l1.884 2.083 1.89-2.082H37v.051l-3.017 3.23L37 18.92v.093h-2.307l-1.917-2.103-1.898 2.104h-2.321Z"/><path fill="#FFF" d="M22.71 4.04h3.614l1.269 2.881V4.04h4.46l.77 2.159.771-2.159H37v8.421H19l3.71-8.421Z"/><path fill="#006FCF" d="m23.395 4.955-2.916 6.566h2l.55-1.315h2.98l.55 1.315h2.05l-2.904-6.566h-2.31Zm.25 3.777.875-2.09.873 2.09h-1.748Z"/><path fill="#006FCF" d="M28.581 11.52V4.953l2.811.01L32.84 9l1.456-4.046H37v6.565l-1.74.016v-4.51l-1.644 4.494h-1.59L30.35 7.01v4.51h-1.768Z"/></svg>
</li><li class="icons-list__item"><svg class="payment-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" role="img" x="0" y="0" width="38" height="24" viewbox="0 0 165.521 105.965" xml:space="preserve" aria-labelledby="pi-apple_pay"><title id="pi-apple_pay">Apple Pay</title><path fill="#000" d="M150.698 0H14.823c-.566 0-1.133 0-1.698.003-.477.004-.953.009-1.43.022-1.039.028-2.087.09-3.113.274a10.51 10.51 0 0 0-2.958.975 9.932 9.932 0 0 0-4.35 4.35 10.463 10.463 0 0 0-.975 2.96C.113 9.611.052 10.658.024 11.696a70.22 70.22 0 0 0-.022 1.43C0 13.69 0 14.256 0 14.823v76.318c0 .567 0 1.132.002 1.699.003.476.009.953.022 1.43.028 1.036.09 2.084.275 3.11a10.46 10.46 0 0 0 .974 2.96 9.897 9.897 0 0 0 1.83 2.52 9.874 9.874 0 0 0 2.52 1.83c.947.483 1.917.79 2.96.977 1.025.183 2.073.245 3.112.273.477.011.953.017 1.43.02.565.004 1.132.004 1.698.004h135.875c.565 0 1.132 0 1.697-.004.476-.002.952-.009 1.431-.02 1.037-.028 2.085-.09 3.113-.273a10.478 10.478 0 0 0 2.958-.977 9.955 9.955 0 0 0 4.35-4.35c.483-.947.789-1.917.974-2.96.186-1.026.246-2.074.274-3.11.013-.477.02-.954.022-1.43.004-.567.004-1.132.004-1.699V14.824c0-.567 0-1.133-.004-1.699a63.067 63.067 0 0 0-.022-1.429c-.028-1.038-.088-2.085-.274-3.112a10.4 10.4 0 0 0-.974-2.96 9.94 9.94 0 0 0-4.35-4.35A10.52 10.52 0 0 0 156.939.3c-1.028-.185-2.076-.246-3.113-.274a71.417 71.417 0 0 0-1.431-.022C151.83 0 151.263 0 150.698 0z" /><path fill="#FFF" d="M150.698 3.532l1.672.003c.452.003.905.008 1.36.02.793.022 1.719.065 2.583.22.75.135 1.38.34 1.984.648a6.392 6.392 0 0 1 2.804 2.807c.306.6.51 1.226.645 1.983.154.854.197 1.783.218 2.58.013.45.019.9.02 1.36.005.557.005 1.113.005 1.671v76.318c0 .558 0 1.114-.004 1.682-.002.45-.008.9-.02 1.35-.022.796-.065 1.725-.221 2.589a6.855 6.855 0 0 1-.645 1.975 6.397 6.397 0 0 1-2.808 2.807c-.6.306-1.228.511-1.971.645-.881.157-1.847.2-2.574.22-.457.01-.912.017-1.379.019-.555.004-1.113.004-1.669.004H14.801c-.55 0-1.1 0-1.66-.004a74.993 74.993 0 0 1-1.35-.018c-.744-.02-1.71-.064-2.584-.22a6.938 6.938 0 0 1-1.986-.65 6.337 6.337 0 0 1-1.622-1.18 6.355 6.355 0 0 1-1.178-1.623 6.935 6.935 0 0 1-.646-1.985c-.156-.863-.2-1.788-.22-2.578a66.088 66.088 0 0 1-.02-1.355l-.003-1.327V14.474l.002-1.325a66.7 66.7 0 0 1 .02-1.357c.022-.792.065-1.717.222-2.587a6.924 6.924 0 0 1 .646-1.981c.304-.598.7-1.144 1.18-1.623a6.386 6.386 0 0 1 1.624-1.18 6.96 6.96 0 0 1 1.98-.646c.865-.155 1.792-.198 2.586-.22.452-.012.905-.017 1.354-.02l1.677-.003h135.875" /><g><g><path fill="#000" d="M43.508 35.77c1.404-1.755 2.356-4.112 2.105-6.52-2.054.102-4.56 1.355-6.012 3.112-1.303 1.504-2.456 3.959-2.156 6.266 2.306.2 4.61-1.152 6.063-2.858" /><path fill="#000" d="M45.587 39.079c-3.35-.2-6.196 1.9-7.795 1.9-1.6 0-4.049-1.8-6.698-1.751-3.447.05-6.645 2-8.395 5.1-3.598 6.2-.95 15.4 2.55 20.45 1.699 2.5 3.747 5.25 6.445 5.151 2.55-.1 3.549-1.65 6.647-1.65 3.097 0 3.997 1.65 6.696 1.6 2.798-.05 4.548-2.5 6.247-5 1.95-2.85 2.747-5.6 2.797-5.75-.05-.05-5.396-2.101-5.446-8.251-.05-5.15 4.198-7.6 4.398-7.751-2.399-3.548-6.147-3.948-7.447-4.048" /></g><g><path fill="#000" d="M78.973 32.11c7.278 0 12.347 5.017 12.347 12.321 0 7.33-5.173 12.373-12.529 12.373h-8.058V69.62h-5.822V32.11h14.062zm-8.24 19.807h6.68c5.07 0 7.954-2.729 7.954-7.46 0-4.73-2.885-7.434-7.928-7.434h-6.706v14.894z" /><path fill="#000" d="M92.764 61.847c0-4.809 3.665-7.564 10.423-7.98l7.252-.442v-2.08c0-3.04-2.001-4.704-5.562-4.704-2.938 0-5.07 1.507-5.51 3.82h-5.252c.157-4.86 4.731-8.395 10.918-8.395 6.654 0 10.995 3.483 10.995 8.89v18.663h-5.38v-4.497h-.13c-1.534 2.937-4.914 4.782-8.579 4.782-5.406 0-9.175-3.222-9.175-8.057zm17.675-2.417v-2.106l-6.472.416c-3.64.234-5.536 1.585-5.536 3.95 0 2.288 1.975 3.77 5.068 3.77 3.95 0 6.94-2.522 6.94-6.03z" /><path fill="#000" d="M120.975 79.652v-4.496c.364.051 1.247.103 1.715.103 2.573 0 4.029-1.09 4.913-3.899l.52-1.663-9.852-27.293h6.082l6.863 22.146h.13l6.862-22.146h5.927l-10.216 28.67c-2.34 6.577-5.017 8.735-10.683 8.735-.442 0-1.872-.052-2.261-.157z" /></g></g></svg>
</li><li class="icons-list__item"><svg class="payment-icon" width="38" height="24" role="img" viewbox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="pi-cartes_bancaires"><title id="pi-cartes_bancaires">Cartes Bancaires</title><rect x="1" y="1" width="36" height="22" rx="2" fill="url(#pi-cartes_bancaires-paint0_linear)"/><rect x=".5" y=".5" width="37" height="23" rx="2.5" stroke="#000" stroke-opacity=".07"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28 9.934c0 1.067-.8 1.932-1.79 1.934v.002h-6.52V8h6.52c.99.002 1.79.867 1.79 1.934zm0 4.104c0 1.067-.8 1.932-1.79 1.934v.003h-6.52v-3.87h6.52c.99.002 1.79.867 1.79 1.933zm-13.224-1.934h4.788v.378c0 1.943-1.46 3.518-3.26 3.518H13.26C11.46 16 10 14.425 10 12.482v-.938c0-1.943 1.46-3.518 3.26-3.518h3.044c1.8 0 3.26 1.575 3.26 3.518v.326h-4.788v.234z" fill="#fff"/><defs><lineargradient id="pi-cartes_bancaires-paint0_linear" x1="37" y1="1" x2="17.422" y2="33.036" gradientunits="userSpaceOnUse"><stop stop-color="#083969"/><stop offset=".492" stop-color="#007B9D"/><stop offset="1" stop-color="#00A84A"/></lineargradient></defs></svg></li><li class="icons-list__item"><svg class="payment-icon" viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg></li><li class="icons-list__item"><svg class="payment-icon" xmlns="http://www.w3.org/2000/svg" role="img" viewbox="0 0 38 24" width="38" height="24" aria-labelledby="pi-shopify_pay"><title id="pi-shopify_pay">Shop Pay</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35.889 0C37.05 0 38 .982 38 2.182v19.636c0 1.2-.95 2.182-2.111 2.182H2.11C.95 24 0 23.018 0 21.818V2.182C0 .982.95 0 2.111 0H35.89z" fill="#5A31F4"/><path d="M9.35 11.368c-1.017-.223-1.47-.31-1.47-.705 0-.372.306-.558.92-.558.54 0 .934.238 1.225.704a.079.079 0 00.104.03l1.146-.584a.082.082 0 00.032-.114c-.475-.831-1.353-1.286-2.51-1.286-1.52 0-2.464.755-2.464 1.956 0 1.275 1.15 1.597 2.17 1.82 1.02.222 1.474.31 1.474.705 0 .396-.332.582-.993.582-.612 0-1.065-.282-1.34-.83a.08.08 0 00-.107-.035l-1.143.57a.083.083 0 00-.036.111c.454.92 1.384 1.437 2.627 1.437 1.583 0 2.539-.742 2.539-1.98s-1.155-1.598-2.173-1.82v-.003zM15.49 8.855c-.65 0-1.224.232-1.636.646a.04.04 0 01-.069-.03v-2.64a.08.08 0 00-.08-.081H12.27a.08.08 0 00-.08.082v8.194a.08.08 0 00.08.082h1.433a.08.08 0 00.081-.082v-3.594c0-.695.528-1.227 1.239-1.227.71 0 1.226.521 1.226 1.227v3.594a.08.08 0 00.081.082h1.433a.08.08 0 00.081-.082v-3.594c0-1.51-.981-2.577-2.355-2.577zM20.753 8.62c-.778 0-1.507.24-2.03.588a.082.082 0 00-.027.109l.632 1.088a.08.08 0 00.11.03 2.5 2.5 0 011.318-.366c1.25 0 2.17.891 2.17 2.068 0 1.003-.736 1.745-1.669 1.745-.76 0-1.288-.446-1.288-1.077 0-.361.152-.657.548-.866a.08.08 0 00.032-.113l-.596-1.018a.08.08 0 00-.098-.035c-.799.299-1.359 1.018-1.359 1.984 0 1.46 1.152 2.55 2.76 2.55 1.877 0 3.227-1.313 3.227-3.195 0-2.018-1.57-3.492-3.73-3.492zM28.675 8.843c-.724 0-1.373.27-1.845.746-.026.027-.069.007-.069-.029v-.572a.08.08 0 00-.08-.082h-1.397a.08.08 0 00-.08.082v8.182a.08.08 0 00.08.081h1.433a.08.08 0 00.081-.081v-2.683c0-.036.043-.054.069-.03a2.6 2.6 0 001.808.7c1.682 0 2.993-1.373 2.993-3.157s-1.313-3.157-2.993-3.157zm-.271 4.929c-.956 0-1.681-.768-1.681-1.783s.723-1.783 1.681-1.783c.958 0 1.68.755 1.68 1.783 0 1.027-.713 1.783-1.681 1.783h.001z" fill="#fff"/></svg>
</li><li class="icons-list__item"><svg class="payment-icon" width="38" height="24" viewbox="0 0 38 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-labelledby="pi-usdc" role="img"><title id="pi-usdc">USDC</title><g clip-path="url(#pi-usdc-clip0)"><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" fill="#000"/><path d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32z" fill="#fff"/><path d="M19 20.2a8.2 8.2 0 100-16.4 8.2 8.2 0 000 16.4z" fill="#0B53BF"/><path d="M20.98 13.054c0-1.035-.629-1.384-1.847-1.552-.9-.13-1.075-.34-1.075-.76s.305-.682.888-.682c.53 0 .837.184.963.612a.225.225 0 00.214.164h.466a.208.208 0 00.208-.242c-.148-.675-.603-1.082-1.317-1.209v-.712a.222.222 0 00-.221-.222h-.445a.222.222 0 00-.222.222v.687c-.886.125-1.447.71-1.447 1.462 0 .97.592 1.348 1.828 1.515.84.138 1.08.32 1.08.797 0 .478-.406.798-.98.798-.773 0-1.035-.338-1.122-.777a.224.224 0 00-.218-.18h-.505a.206.206 0 00-.206.24c.13.74.604 1.28 1.57 1.41v.702a.222.222 0 00.222.222h.445a.222.222 0 00.221-.222v-.7c.917-.146 1.5-.779 1.5-1.573z" fill="#fff"/><path d="M17.32 16.597a4.896 4.896 0 010-9.195.354.354 0 00.211-.308v-.458a.232.232 0 00-.208-.253.231.231 0 00-.118.02 5.874 5.874 0 000 11.193.231.231 0 00.326-.233v-.456a.354.354 0 00-.21-.309l-.001-.001zm3.474-10.193a.232.232 0 00-.326.233v.457a.352.352 0 00.211.308 4.896 4.896 0 010 9.196.325.325 0 00-.21.309v.457a.233.233 0 00.326.233 5.874 5.874 0 000-11.193h-.001z" fill="#fff"/></g><defs><clippath id="pi-usdc-clip0"><path fill="#fff" d="M0 0h38v24H0z"/></clippath></defs></svg>
</li><li class="icons-list__item"><svg class="payment-icon" viewbox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg></li></ul></div>
  </div>
</div>

    </cart-full>
  </template>
  <template id="template-cart-item">
    
<cart-item
  class="cart-item cart-item--media-ratio-1:1 cart-item--media-crop"
   image-container-ratio="1:1"
>
  <div class="cart-item__media">
    <a
       cart-item-url href="#"
      class="o-ratio o-ratio--1:1 o-ratio--bg-product"
      
    >
      <cart-item-image-container class="o-ratio__content">
        


<image-skeleton
  
    style="--color: rgba(34, 34, 34, 0.06);"
  
>
  <span class="visually-hidden">Chargement de l&amp;#39;image: Loading...</span>
  <svg
    id="visual"
    viewbox="0 0 120 120"
    width="120"
    height="120"
    xmlns="http://www.w3.org/2000/svg"
    
      preserveaspectratio="xMinYMin slice"
    
  >
    <rect x="0" y="0" width="120" height="120"></rect>
  </svg>
</image-skeleton>

<img
    
      class="cart-item__image"
    
    src="//henrietteandco.com/cdn/shop/t/33/assets/placeholder_120x120.png?v=113555733946226816651776114290"
    srcset="//henrietteandco.com/cdn/shop/t/33/assets/placeholder_120x120.png?v=113555733946226816651776114290 120w 120h, //henrietteandco.com/cdn/shop/t/33/assets/placeholder_240x240.png?v=113555733946226816651776114290 240w 240h, //henrietteandco.com/cdn/shop/t/33/assets/placeholder_360x360.png?v=113555733946226816651776114290 360w 360h, //henrietteandco.com/cdn/shop/t/33/assets/placeholder_480x480.png?v=113555733946226816651776114290 480w 480h, "
    sizes="(min-width: 504px) 81px,  80px"
    width="120"
    height="120"
    alt="Loading..."
    loading="lazy"
    fetchpriority="auto"
  >
      </cart-item-image-container>
    </a>
  </div>

  <cart-item-details class="cart-item__details"><div class="cart-item__header">
      <a  cart-item-url href="#">
        <div class="cart-item__heading f-family--heading">
          <cart-item-title></cart-item-title>
        </div>
      </a>
    </div>

    <div class="cart-item__price">
      <cart-item-spinner></cart-item-spinner>
      <cart-item-final-line-price></cart-item-final-line-price>
      <cart-item-original-line-price></cart-item-original-line-price>
    </div>

    <cart-item-micro-copy class="cart-item__micro-copy">
      <cart-item-default-property></cart-item-default-property>
      <cart-item-properties></cart-item-properties><cart-item-unit-price></cart-item-unit-price>
      <cart-item-selling-plan-allocation></cart-item-selling-plan-allocation></cart-item-micro-copy>
  </cart-item-details>

  <div class="cart-item__qty">
    <cart-item-quantity></cart-item-quantity><a cart-item-remove href="#" class="cart-item__remove"><span
    class="icon icon--theme icon--delete"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><title>Retirer</title><path d="M19.1547 33.7431V20.7455M28.8453 33.7431V20.7455M4.5 10.9988L43.5 11.0007M35.3085 43.5H12.6918C12.2676 43.5 11.8475 43.416 11.4556 43.2525C11.0637 43.0893 10.7076 42.8498 10.4077 42.5478C10.1078 42.2462 9.86995 41.8876 9.70778 41.4933C9.5456 41.099 9.46224 40.6764 9.4625 40.2498V11.0007H38.5376V40.2498C38.5376 41.1112 38.1974 41.9375 37.592 42.5469C36.9862 43.1559 36.1648 43.5 35.3085 43.5ZM28.8461 4.5H19.1543C18.7301 4.5 18.31 4.58409 17.9181 4.74744C17.5262 4.91083 17.1701 5.15026 16.8702 5.4521C16.5703 5.75397 16.3324 6.11227 16.1703 6.50662C16.0081 6.90094 15.9248 7.32355 15.925 7.75031V10.9988H32.0773V7.75031C32.0773 6.88877 31.737 6.06253 31.1314 5.45332C30.5258 4.84414 29.7026 4.5 28.8461 4.5Z" stroke-linejoin="round" vector-effect="non-scaling-stroke" stroke-linecap="round"/></svg>
  </span></a>
    <cart-item-errors class="cart-item__errors"></cart-item-errors>
  </div>

  <cart-item-discounts class="cart-item__discounts">
    <discount-list></discount-list>
  </cart-item-discounts>
</cart-item>

  </template>
  <template id="template-quantity-input">
    <quantity-input>
  <button minus type="button" aria-label="Réduire la quantité de l&#39;article de un">
    <span aria-hidden="true">&minus;</span>
  </button>
  <input
    
    type="number"
    value="1"
    min="0"
    step="1"
    name="quantity"
    autocomplete="off"
    
      form="drawer-cart"
    
    data-form-type="other"
    aria-label="Quantité"
  >
  <button plus type="button" aria-label="Augmenter la quantité de l&#39;article de un">
    <span aria-hidden="true">+</span>
  </button>
</quantity-input>

  </template>
</div><div class="cart-draw__announcement"><div class="cart__announcement js-animate-single" data-animation-displacement="0" data-animation-delay="0.1"><div class="cart__announcement-icon"><span
    class="icon icon--selection icon--icon-love-it"
    
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 25 25"
    ><path d="M12,21.932,2.2,11.84A5.667,5.667,0,0,1,1.113,5.233h0A5.839,5.839,0,0,1,10.4,3.746L12,5.205l1.6-1.459a5.84,5.84,0,0,1,9.287,1.487h0A5.669,5.669,0,0,1,21.8,11.84Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  </span>


    </div><p class="cart__announcement-text">LIVRAISON OFFERTE DÈS 55€ | -40% sur le 2em &quot;LOVE40&quot; | -70% sur le 3em &quot;LOVE70&quot;</p></div>
</div><div class="cart-draw__head">
  <h3 id="modal-cart-title" class="cart-draw__title">Panier</h3><cart-quantity-info
    class="cart-draw__quantity-info"
    
      hidden
>(<items-count>0</items-count>&nbsp;<info-content>articles</info-content
>)</cart-quantity-info
>

  <button
    title="Fermer (esc)"
    type="button"
    class="modal__close"
    aria-label="Fermer (esc)"
    data-a11y-dialog-hide
>
    <span
    class="icon icon--theme icon--close"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span>
  </button>
</div>

<interactive-cart
  id="drawer-cart"
  class="cart cart--draw"
  drawer
 note-inside-accordion
 height-control="360"
><cart-empty>
  <div class="cart-empty">

    <p class="cart-empty__title">Votre panier est vide</p>
    <a
      href="/"
      class="c-btn c-btn--primary c-btn--wide"
    >Boutique</a>
  </div>
</cart-empty>

</interactive-cart>
</div>
          </div>
        </modal-dialog><div id="moved-modal-elements"></div>
<div id="ui-templates" style="display: none">
  <template id="template-spinner"><theme-spinner
  class="theme-spinner"
  
>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
  <div class="theme-spinner__border"></div>
</theme-spinner>
</template>
  <template id="template-icon-close"><span
    class="icon icon--theme icon--close"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M7.09385 41.5L41.5 6.5M6.5 6.5L40.9062 41.5" vector-effect="non-scaling-stroke" /></svg>
  </span></template>
  <template id="template-icon-chevron"><span
    class="icon icon--theme icon--chevron"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M13.8683 4.75L33.1183 24L13.8683 43.25" stroke-linecap="square" vector-effect="non-scaling-stroke" /></svg>
  </span></template>
  <template id="template-icon-play"><span
    class="icon icon--theme icon--play"
  >
    <svg
      aria-hidden="true"
      focusable="false"
      role="presentation"
      xmlns="http://www.w3.org/2000/svg"
      viewbox="0 0 48 48"
    ><path d="M32.9999 23.1339C33.6666 23.5188 33.6666 24.4812 32.9999 24.8661L20.2501 32.2272C19.5834 32.6121 18.75 32.1309 18.75 31.3611L18.75 16.6389C18.75 15.8691 19.5834 15.3879 20.2501 15.7728L32.9999 23.1339Z" class="fill" /></svg>
  </span></template>
</div>
<!-- Venue theme by Safe As Milk - http://safeasmilk.co/ -->
    <!-- Theme version 18.1.1 -->
  <div id="shopify-block-Ab0VjVkd3ZVM4T1pCW__12198985164985445843" class="shopify-block shopify-app-block"><!-- BEGIN app snippet: cookie-init --><script type="text/javascript" id="nova-cookie-app-embed-init">
  window.Nova = window.Nova || {};
  window.Nova.cookie_config = {"banner_config":{"enabled":false,"law":{"regionalLaw":true},"location":true,"content":{"message":"Nous utilisons des cookies pour vous offrir une expérience personnalisée et gourmande sur notre site. 🍪 C’est encore meilleur avec !","dismiss":"Ok pour moi 🍪 !","link":"En savoir plus","href":"https:\/\/henrietteandco.com\/policies\/privacy-policy"},"palette":{"popup":{"background":"#ebc9a3","text":"#222222","link":"#999999"},"button":{"background":"#222222","border":"#ffffff","text":"#ffffff"}}}};
</script>
<!-- END app snippet -->


</div><div id="shopify-block-AakNoTzR0N0NkN3Z2W__11532412952436166569" class="shopify-block shopify-app-block"><script async src="https://loox.io/widget/EJeNzRsm4i/loox.1633337075282.js?shop=henrietteandco.myshopify.com"></script>


	<script>var loox_global_hash = '1776351011513';</script><style>.loox-reviews-default { max-width: 1200px; margin: 0 auto; }.loox-rating .loox-icon { color:#9E7857; }
:root { --lxs-rating-icon-color: #9E7857; }</style><svg xmlns="http://www.w3.org/2000/svg" style="display: none" id="loox-rating-icon-svg-store">
	<defs>
		<clippath id="looxicons-rating-icon-fill_star-pointy-fill__a">
			<path d="M0 0h24v24H0z" />
		</clippath>

		<clippath id="looxicons-rating-icon-line_star-pointy-line__a">
			<path d="M0 0h24v24H0z" />
		</clippath>
	</defs>
	<symbol id="looxicons-rating-icon-fill" viewbox="0 0 24 24" fill="currentcolor">
		<g clip-path="url(#star-pointy-fill__a)">
			<path
				d="m12 19.261-7.416 4.151 1.656-8.335L0 9.306l8.44-1.002L12 .588l3.56 7.717L24 9.306l-6.24 5.77 1.656 8.336L12 19.262Z"
			/>
		</g>
	</symbol>
	<symbol id="looxicons-rating-icon-line" viewbox="0 0 24 24" fill="currentcolor">
		<g clip-path="url(#star-pointy-line__a)">
			<path
				d="m12 19.261-7.416 4.151 1.656-8.335L0 9.306l8.44-1.002L12 .588l3.56 7.717L24 9.306l-6.24 5.77 1.656 8.336L12 19.262Zm0-2.41 4.465 2.5-.997-5.019 3.756-3.475-5.081-.602L12 5.608l-2.143 4.648-5.081.601 3.756 3.475-.997 5.019L12 16.85Z"
			/>
		</g>
	</symbol>
	<defs>
		<style>
			.lx-icon-fill {
				--lx-fill-width: calc(100% - var(--lx-rating-percent, 0%));
				clip-path: inset(0 var(--lx-fill-width, 0) 0 0);
			}
			.lx-icon-line {
				clip-path: inset(0 0 0 var(--lx-rating-percent, 0%));
			}
			[data-lx-fill='empty'] {
				--lx-rating-percent: 0%;
			}
			[data-lx-fill='half'] {
				--lx-rating-percent: 50%;
			}
			[data-lx-fill='full'] {
				--lx-rating-percent: 100%;
			}
		</style>

		<g id="looxicons-rating-icon">
			<use href="#looxicons-rating-icon-line" class="lx-icon-line"></use>
			<use href="#looxicons-rating-icon-fill" class="lx-icon-fill"></use>
		</g>
	</defs>
</svg>








</div></body>
</html>