{"product_id":"chanel-no-5-eau-de-parfum-1-5ml-0-05-fl-oz-official-perfume-miniature-perfume-tester","title":"CHANEL No. 5 eau de parfum 1.5ML 0.05 fl. oz. official perfume miniature perfume tester","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400\u0026amp;family=Jost:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@tabler\/icons-webfont@latest\/tabler-icons.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: 'Jost', sans-serif;\n      background: #faf8f5;\n      color: #1a1510;\n    }\n\n    .product-page {\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 40px 24px 80px;\n    }\n\n    \/* Breadcrumb *\/\n    .breadcrumb {\n      font-size: 11px;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #9b8c7a;\n      margin-bottom: 36px;\n      display: flex;\n      gap: 8px;\n      align-items: center;\n    }\n    .breadcrumb a { color: #9b8c7a; text-decoration: none; }\n    .breadcrumb a:hover { color: #4a4238; }\n    .breadcrumb span { color: #c8bfb2; }\n\n    \/* Main layout *\/\n    .product-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 64px;\n      align-items: start;\n    }\n    @media (max-width: 720px) {\n      .product-grid { grid-template-columns: 1fr; gap: 32px; }\n    }\n\n    \/* Image column *\/\n    .image-main {\n      background: #f0ebe2;\n      border-radius: 4px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 48px 32px;\n      position: relative;\n      margin-bottom: 12px;\n    }\n    .image-main::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: radial-gradient(ellipse at 60% 40%, #e8dece 0%, #f0ebe2 70%);\n      border-radius: 4px;\n    }\n    .image-badge {\n      position: absolute;\n      top: 16px;\n      right: 16px;\n      background: #1a1510;\n      color: #f0ebe2;\n      font-size: 10px;\n      font-weight: 500;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      padding: 6px 14px;\n      border-radius: 2px;\n      z-index: 1;\n    }\n    .image-main img {\n      position: relative;\n      z-index: 1;\n      width: 200px;\n      height: auto;\n      display: block;\n      filter: drop-shadow(0 16px 40px rgba(120,90,60,0.22));\n    }\n    .image-thumbs { display: flex; gap: 8px; }\n    .thumb {\n      width: 60px; height: 60px;\n      background: #f0ebe2; border-radius: 3px;\n      border: 1.5px solid #1a1510;\n      display: flex; align-items: center; justify-content: center;\n      cursor: pointer;\n    }\n    .thumb img { width: 36px; height: auto; }\n    .thumb-inactive { border-color: #d8cfc4; }\n\n    \/* Info column *\/\n    .product-brand {\n      font-size: 10px; font-weight: 500;\n      letter-spacing: 0.2em; text-transform: uppercase;\n      color: #9b8c7a; margin-bottom: 8px;\n    }\n    .product-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 42px; font-weight: 300;\n      line-height: 1.1; color: #1a1510; margin-bottom: 4px;\n    }\n    .product-subtitle {\n      font-family: 'Cormorant Garamond', serif;\n      font-style: italic; font-size: 18px;\n      font-weight: 300; color: #7a6a58; margin-bottom: 20px;\n    }\n    .divider { border: none; border-top: 0.5px solid #d8cfc4; margin-bottom: 20px; }\n    .product-desc {\n      font-size: 14px; line-height: 1.8;\n      color: #4a4238; font-weight: 300; margin-bottom: 20px;\n    }\n\n    \/* Meta pills *\/\n    .meta-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; }\n    .pill {\n      font-size: 11px; font-weight: 400; letter-spacing: 0.07em;\n      color: #7a6a58; border: 0.5px solid #c8bfb2;\n      padding: 5px 12px; border-radius: 2px; background: #fff;\n    }\n\n    \/* Price *\/\n    .price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 6px; }\n    .price { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 400; color: #1a1510; }\n    .price-note { font-size: 12px; color: #9b8c7a; font-weight: 300; }\n\n    \/* Stock *\/\n    .stock-indicator {\n      display: inline-flex; align-items: center; gap: 7px;\n      font-size: 12px; color: #4a7c59; letter-spacing: 0.07em;\n      text-transform: uppercase; font-weight: 500; margin-bottom: 24px;\n    }\n    .stock-dot { width: 6px; height: 6px; border-radius: 50%; background: #4a7c59; }\n\n    \/* Quantity *\/\n    .qty-row { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }\n    .qty-label { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: #7a6a58; min-width: 30px; }\n    .qty-ctrl { display: flex; align-items: center; border: 0.5px solid #c8bfb2; background: #fff; border-radius: 2px; overflow: hidden; }\n    .qty-btn {\n      background: none; border: none; cursor: pointer;\n      width: 38px; height: 38px; font-size: 20px; color: #4a4238;\n      display: flex; align-items: center; justify-content: center;\n      font-family: 'Jost', sans-serif; font-weight: 300; transition: background 0.15s;\n    }\n    .qty-btn:hover { background: #f0ebe2; }\n    .qty-val {\n      width: 40px; text-align: center; font-size: 15px; font-weight: 400;\n      color: #1a1510; border-left: 0.5px solid #c8bfb2; border-right: 0.5px solid #c8bfb2;\n      line-height: 38px; user-select: none;\n    }\n\n    \/* Buttons *\/\n    .btn-atc {\n      display: block; width: 100%; background: #1a1510; color: #f0ebe2;\n      border: none; border-radius: 2px; font-family: 'Jost', sans-serif;\n      font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase;\n      padding: 16px 24px; cursor: pointer; transition: background 0.2s; margin-bottom: 10px;\n    }\n    .btn-atc:hover { background: #2d2520; }\n    .btn-wishlist {\n      display: block; width: 100%; background: transparent; color: #4a4238;\n      border: 0.5px solid #c8bfb2; border-radius: 2px; font-family: 'Jost', sans-serif;\n      font-size: 11px; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase;\n      padding: 15px 24px; cursor: pointer; transition: background 0.2s, border-color 0.2s; margin-bottom: 28px;\n    }\n    .btn-wishlist:hover { background: #f0ebe2; border-color: #9b8c7a; }\n    .btn-wishlist i { font-size: 13px; vertical-align: -1px; margin-right: 7px; }\n\n    \/* Trust bar *\/\n    .trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-top: 22px; border-top: 0.5px solid #d8cfc4; }\n    .trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }\n    .trust-item i { font-size: 20px; color: #9b8c7a; }\n    .trust-item span { font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: #9b8c7a; line-height: 1.45; }\n\n    \/* Toast *\/\n    .toast {\n      position: fixed; bottom: 24px; left: 50%;\n      transform: translateX(-50%) translateY(60px);\n      background: #1a1510; color: #f0ebe2; font-family: 'Jost', sans-serif;\n      font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;\n      padding: 13px 28px; border-radius: 2px; opacity: 0;\n      transition: opacity 0.3s, transform 0.3s; pointer-events: none; z-index: 999;\n    }\n    .toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-page\"\u003e\n\u003c!-- Breadcrumb --\u003e\u003cnav aria-label=\"Breadcrumb\" class=\"breadcrumb sti-breadcrumbs\"\u003e\u003ca href=\"\/\" hreflang=\"en\"\u003eHome\u003c\/a\u003e › \u003ca href=\"\/collections\/chanel-official-perfume-samples\" hreflang=\"en\"\u003eChanel official perfume samples\u003c\/a\u003e › \u003cspan style=\"color: #4a4238;\"\u003eCHANEL Allure Homme Sport 1.5ML 0.05 fl. oz. official perfume samples perfume tester\u003c\/span\u003e\u003c\/nav\u003e\u003c!-- Product grid --\u003e\n\u003cdiv class=\"product-grid\"\u003e\n\u003c!-- Images --\u003e\n\u003cdiv class=\"product-image-area\"\u003e\n\u003cdiv class=\"image-main\"\u003e\n\u003cdiv class=\"image-badge\"\u003eOfficial Miniature\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1813\/5149\/files\/Chanel-no-5-1-5-ml-official-miniature-2.png?v=1779397114\" alt=\"Chanel No.5 Eau de Parfum 1.5ml official collectable miniature dabber bottle\" id=\"mainImg\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-thumbs\"\u003e\n\u003cdiv class=\"thumb\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1813\/5149\/files\/Chanel-no-5-1-5-ml-official-miniature-2.png?v=1779397114\" alt=\"Front view\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Info --\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cp class=\"product-brand\"\u003eChanel · Eau de Parfum\u003c\/p\u003e\n\u003ch1 class=\"product-title\"\u003eNo.5\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eOfficial collectable miniature sample\u003c\/p\u003e\n\u003chr class=\"divider\"\u003e\n\u003cp class=\"product-desc\"\u003eA beautiful non-spray dabber miniature of the iconic Chanel No.5 Eau de Parfum — the world's most recognised fragrance. Its luminous floral aldehyde signature, created in 1921, remains timeless. Perfect for collectors or for discovering this classic before choosing the full bottle.\u003c\/p\u003e\n\u003cdiv class=\"meta-pills\"\u003e\n\u003cspan class=\"pill\"\u003e1.5ml \/ 0.05 fl.oz.\u003c\/span\u003e \u003cspan class=\"pill\"\u003eEau de Parfum\u003c\/span\u003e \u003cspan class=\"pill\"\u003eDabber bottle\u003c\/span\u003e \u003cspan class=\"pill\"\u003eNon-spray\u003c\/span\u003e \u003cspan class=\"pill\"\u003eOfficial Chanel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"btn-wishlist\"\u003e \u003c\/button\u003e\n\u003cdiv class=\"trust-bar\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-shield-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e \u003cspan\u003eAuthentic\u003cbr\u003eguaranteed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-truck-delivery\" aria-hidden=\"true\"\u003e\u003c\/i\u003e \u003cspan\u003eFast UK\u003cbr\u003edispatch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-refresh\" aria-hidden=\"true\"\u003e\u003c\/i\u003e \u003cspan\u003eEasy\u003cbr\u003ereturns\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003ci class=\"ti ti-lock\" aria-hidden=\"true\"\u003e\u003c\/i\u003e \u003cspan\u003eSecure\u003cbr\u003echeckout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"toast\" id=\"toast\"\u003eAdded to cart\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Chanel Paris","offers":[{"title":"CHANEL No. 5 eau de parfum 1.5ML 0.05 fl. oz. official perfume miniature perfume tester","offer_id":58145948959107,"sku":"CHNLAHS","price":17.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0752\/7864\/7593\/files\/Chanel-no-5-1-5-ml-official-miniature-2.png?v=1780004795","url":"https:\/\/el.discontinuedperfumes.co.uk\/products\/chanel-no-5-eau-de-parfum-1-5ml-0-05-fl-oz-official-perfume-miniature-perfume-tester","provider":"Perfumes and fragrances with discontinued production","version":"1.0","type":"link"}