{"product_id":"self-care-pamper-pack","title":"Self-Care Pamper Pack, Five Piece","description":"\u003c!-- Petal \u0026 Parcel — Self-Care Pamper Pack (Butler Bath) — Standalone Product --\u003e\n\u003c!-- Paste this into your Shopify product description HTML editor --\u003e\n\n\u003cstyle\u003e\n  .bb-desc { font-family: var(--font-body-family, 'Jost', sans-serif); color: rgb(var(--color-base-text, 33, 35, 38)); line-height: 1.8; }\n  .bb-desc * { box-sizing: border-box; }\n\n  \/* Dividers — teal *\/\n  .bb-divider { width: 40px; height: 2px; background: #264a4d; margin: 3rem 0 2rem; }\n\n  \/* Section labels — teal *\/\n  .bb-label {\n    font-family: var(--font-heading-family, 'Cabin', sans-serif);\n    font-weight: 600;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #3d7a7e;\n    margin-bottom: 0.75rem;\n  }\n\n  \/* Section headings *\/\n  .bb-heading {\n    font-family: var(--font-heading-family, 'Cabin', sans-serif);\n    font-weight: 600;\n    font-size: clamp(1.4rem, 2.5vw, 1.8rem);\n    line-height: 1.3;\n    color: rgb(var(--color-base-heading, 26, 27, 24));\n    margin: 0 0 1.2rem;\n  }\n\n  .bb-desc p { margin: 0 0 1rem; font-size: 1.5rem; }\n  .bb-desc p:last-child { margin-bottom: 0; }\n\n  \/* Product cards grid *\/\n  .bb-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 2.5rem;\n    margin-top: 1.5rem;\n  }\n\n  .bb-product-card {\n    display: grid;\n    grid-template-columns: 56px 1fr;\n    gap: 1.5rem;\n    align-items: start;\n  }\n\n  \/* Numbers — teal *\/\n  .bb-product-num {\n    font-family: var(--font-heading-family, 'Cabin', sans-serif);\n    font-weight: 600;\n    font-size: 3.2rem;\n    line-height: 1;\n    color: #264a4d;\n    opacity: 0.3;\n    padding-top: 0.2rem;\n  }\n\n  .bb-product-name {\n    font-family: var(--font-heading-family, 'Cabin', sans-serif);\n    font-weight: 600;\n    font-size: 1.5rem;\n    color: rgb(var(--color-base-heading, 26, 27, 24));\n    margin-bottom: 0.5rem;\n  }\n\n  \/* Role tags — teal *\/\n  .bb-product-role {\n    display: inline-block;\n    font-size: 1rem;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #3d7a7e;\n    opacity: 0.7;\n    margin-bottom: 0.6rem;\n  }\n\n  .bb-product-text {\n    font-size: 1.4rem;\n    line-height: 1.75;\n    color: rgba(var(--color-base-text, 33, 35, 38), 0.75);\n  }\n\n  .bb-product-tip {\n    font-size: 1.25rem;\n    line-height: 1.6;\n    color: rgba(var(--color-base-text, 33, 35, 38), 0.45);\n    font-style: italic;\n    margin-top: 0.6rem;\n    padding-top: 0.6rem;\n    border-top: 1px solid rgba(var(--color-base-text, 33, 35, 38), 0.06);\n  }\n\n  \/* Sequence strip *\/\n  .bb-sequence {\n    display: flex;\n    gap: 0;\n    margin-top: 1.5rem;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .bb-seq-step {\n    flex: 1;\n    min-width: 90px;\n    text-align: center;\n    padding: 1.2rem 0.5rem;\n    position: relative;\n  }\n\n  .bb-seq-step:not(:last-child)::after {\n    content: '';\n    position: absolute;\n    top: 50%;\n    right: 0;\n    width: 1px;\n    height: 40%;\n    transform: translateY(-50%);\n    background: rgba(var(--color-base-text, 33, 35, 38), 0.08);\n  }\n\n  .bb-seq-num {\n    font-family: var(--font-heading-family, 'Cabin', sans-serif);\n    font-weight: 600;\n    font-size: 2rem;\n    color: #264a4d;\n    line-height: 1;\n    margin-bottom: 0.4rem;\n  }\n\n  .bb-seq-name {\n    font-family: var(--font-heading-family, 'Cabin', sans-serif);\n    font-weight: 600;\n    font-size: 1.2rem;\n    color: rgb(var(--color-base-heading, 26, 27, 24));\n    margin-bottom: 0.2rem;\n  }\n\n  .bb-seq-why {\n    font-size: 1.1rem;\n    color: rgba(var(--color-base-text, 33, 35, 38), 0.4);\n  }\n\n  \/* Who cards *\/\n  .bb-who-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 1.5rem;\n    margin-top: 1.5rem;\n  }\n\n  @media screen and (min-width: 750px) {\n    .bb-who-grid { grid-template-columns: 1fr 1fr 1fr; }\n  }\n\n  .bb-who-card {\n    padding: 2rem 1.8rem;\n    background: #e6f2f0;\n    border: 1px solid #c5ddd9;\n  }\n\n  .bb-who-title {\n    font-family: var(--font-heading-family, 'Cabin', sans-serif);\n    font-weight: 600;\n    font-size: 1.4rem;\n    color: rgb(var(--color-base-heading, 26, 27, 24));\n    margin-bottom: 0.6rem;\n  }\n\n  .bb-who-text {\n    font-size: 1.3rem;\n    line-height: 1.7;\n    color: rgba(var(--color-base-text, 33, 35, 38), 0.65);\n  }\n\n  \/* Box features — teal tinted *\/\n  .bb-box-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n\n  .bb-box-feat {\n    padding: 1.2rem 1.4rem;\n    background: #e6f2f0;\n    border: 1px solid #c5ddd9;\n  }\n\n  .bb-box-feat-label {\n    font-size: 0.95rem;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #3d7a7e;\n    opacity: 0.6;\n    margin-bottom: 0.3rem;\n  }\n\n  .bb-box-feat-val {\n    font-family: var(--font-heading-family, 'Cabin', sans-serif);\n    font-weight: 600;\n    font-size: 1.3rem;\n    color: rgb(var(--color-base-heading, 26, 27, 24));\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bb-desc\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cp\u003eTelling someone to slow down never works. Handing them the reason to might. This is five bath and skincare products in one kraft box, and every one earns its place by doing a specific job on the skin. Sent as a gift, it is permission someone can hold, an hour they now have to take because it arrived wrapped and waiting. Bought for yourself, it is the same hour, claimed on purpose. Either way, it is the thing that makes a person actually stop, which is harder to give than it sounds.\u003c\/p\u003e\n\n  \u003c!-- WHAT'S INSIDE --\u003e\n  \u003cdiv class=\"bb-divider\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"bb-label\"\u003eWhat's Inside\u003c\/div\u003e\n  \u003ch3 class=\"bb-heading\"\u003eFive Products, Each With a Job\u003c\/h3\u003e\n\n  \u003cdiv class=\"bb-grid\"\u003e\n\n    \u003cdiv class=\"bb-product-card\"\u003e\n      \u003cdiv class=\"bb-product-num\"\u003e01\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"bb-product-name\"\u003eCoffee Facial Scrub\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-role\"\u003eExfoliant\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-text\"\u003eGround coffee enriched with coconut oil. The particle size is the whole game here, coarse enough to lift dead skin without tearing at the surface. The coconut oil forms a slip layer so the grounds roll across the skin under your fingers. Topical caffeine is a vasoconstrictor, which is why skin looks tighter and brighter for a few hours after you use it. Biochemistry, not marketing.\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-tip\"\u003eUse on damp skin, small circles, then rinse lukewarm. Hot water straight after exfoliating strips the barrier you just uncovered.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bb-product-card\"\u003e\n      \u003cdiv class=\"bb-product-num\"\u003e02\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"bb-product-name\"\u003eBlue French Clay Mask\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-role\"\u003eDeep Clean\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-text\"\u003eClay works by adsorption, not absorption. The particles carry a negative charge, oil and dead skin carry a positive one, and the clay bonds to them and lifts them away when you rinse. Blue French clay is finer than bentonite, so it draws that out thoroughly without leaving skin tight and angry. Labelled for normal to oily skin, natural and vegan.\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-tip\"\u003eMix to a paste, spread thin, and rinse once it firms and the edges lighten, around ten to fifteen minutes. Letting it crack bone-dry undoes the point of it.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bb-product-card\"\u003e\n      \u003cdiv class=\"bb-product-num\"\u003e03\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"bb-product-name\"\u003eOatmeal Soap Bar\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-role\"\u003eDaily\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-text\"\u003eColloidal oatmeal is one of the few skincare ingredients with real clinical evidence behind it. Oat carries avenanthramides, anti-inflammatory compounds that calm redness and take the edge off itch. The flakes pressed into the bar add a little texture, but the working part is what leaches into the lather. Clean-smelling and gentle enough for a face, a body, and skin that reacts to most things.\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-tip\"\u003eLathers well, rinses clean, leaves no film. One bar in a drawer instead of another plastic bottle in the shower.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bb-product-card\"\u003e\n      \u003cdiv class=\"bb-product-num\"\u003e04\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"bb-product-name\"\u003eLavender Aromatherapy Roller\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-role\"\u003eSensory\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-text\"\u003eLavender essential oil in a carrier base, set in a roller so the dose stays controlled, which matters because neat lavender is strong enough to irritate skin. Wrists, temples, behind the ears. Linalool, the main compound in lavender, measurably lowers cortisol in controlled trials, and you tend to feel it settle at the temples within a minute or two. The body responds whether or not you believe in aromatherapy.\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-tip\"\u003eSmall enough for a handbag or a bedside drawer, no spill and no oily fingers. It is also the piece that outlives the set, still turning up months later when the bath and the soap are long gone.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bb-product-card\"\u003e\n      \u003cdiv class=\"bb-product-num\"\u003e05\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"bb-product-name\"\u003eBotanical Flower Bath\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-role\"\u003eRitual\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-text\"\u003eDried rose petals, jasmine buds, cornflower, and rose buds in a kraft pouch. Scatter a handful into a warm bath and the heat draws the oils out of the dried botanicals, jasmine and rose both being high in the volatiles that lift with steam. Half the point is how it looks. Everything else in this box gets used behind a closed door. This is the one people photograph.\u003c\/div\u003e\n        \u003cdiv class=\"bb-product-tip\"\u003ePurely decorative. It will not stain skin or the tub, and it will not block the drain.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- THE ROUTINE --\u003e\n  \u003cdiv class=\"bb-divider\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"bb-label\"\u003eThe Routine\u003c\/div\u003e\n  \u003ch3 class=\"bb-heading\"\u003eThe Order They Go In\u003c\/h3\u003e\n\n  \u003cdiv class=\"bb-sequence\"\u003e\n    \u003cdiv class=\"bb-seq-step\"\u003e\n      \u003cdiv class=\"bb-seq-num\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"bb-seq-name\"\u003eScrub\u003c\/div\u003e\n      \u003cdiv class=\"bb-seq-why\"\u003eClear dead skin\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-seq-step\"\u003e\n      \u003cdiv class=\"bb-seq-num\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"bb-seq-name\"\u003eMask\u003c\/div\u003e\n      \u003cdiv class=\"bb-seq-why\"\u003eDraw out the deep clean\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-seq-step\"\u003e\n      \u003cdiv class=\"bb-seq-num\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"bb-seq-name\"\u003eSoap\u003c\/div\u003e\n      \u003cdiv class=\"bb-seq-why\"\u003eRinse it all off\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-seq-step\"\u003e\n      \u003cdiv class=\"bb-seq-num\"\u003e4\u003c\/div\u003e\n      \u003cdiv class=\"bb-seq-name\"\u003eBath\u003c\/div\u003e\n      \u003cdiv class=\"bb-seq-why\"\u003eSoak with petals\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-seq-step\"\u003e\n      \u003cdiv class=\"bb-seq-num\"\u003e5\u003c\/div\u003e\n      \u003cdiv class=\"bb-seq-name\"\u003eRoller\u003c\/div\u003e\n      \u003cdiv class=\"bb-seq-why\"\u003ePulse points, then bed\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp\u003eNobody has to follow the order, and half the pleasure is ignoring it. But if the idea is one long unhurried evening, this is the sequence that makes each step set up the next, ending on the roller as the room goes dark. That evening is the actual gift. The products are just the reason it finally happens, the wrapped and waiting excuse a busy person cannot argue their way out of.\u003c\/p\u003e\n\n  \u003c!-- WHO OPENS THIS --\u003e\n  \u003cdiv class=\"bb-divider\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"bb-label\"\u003eWho Opens This Box\u003c\/div\u003e\n  \u003ch3 class=\"bb-heading\"\u003eThree People It Goes To\u003c\/h3\u003e\n\n  \u003cdiv class=\"bb-who-grid\"\u003e\n    \u003cdiv class=\"bb-who-card\"\u003e\n      \u003cdiv class=\"bb-who-title\"\u003eThe Person Run Ragged\u003c\/div\u003e\n      \u003cdiv class=\"bb-who-text\"\u003eA new parent, a carer, the friend working through something heavy. You cannot lift the load off them from where you are, and this does not pretend to. What it does is put one unarguable hour of rest in their hands, wrapped, so they cannot talk themselves out of it the way they would a suggestion.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-who-card\"\u003e\n      \u003cdiv class=\"bb-who-title\"\u003eThe Gift for Someone You Barely Know Well Enough\u003c\/div\u003e\n      \u003cdiv class=\"bb-who-text\"\u003eA colleague who covered your shifts, a friend's partner, someone whose taste you have never quite cracked. The fear with a gift like this is that it lands as a panic-buy, thoughtful-looking and hollow. Five things that each do a real job read as considered, because they are, even when you had nothing to go on.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-who-card\"\u003e\n      \u003cdiv class=\"bb-who-title\"\u003eThe Tuesday Night In\u003c\/div\u003e\n      \u003cdiv class=\"bb-who-text\"\u003eThe self-purchase. Kids in bed, nothing on, and the quiet call that yes, you have earned an hour. Clay mask on, petals in the water, phone in another room. No occasion, no audience, just the decision to stop for a while.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- THE BOX --\u003e\n  \u003cdiv class=\"bb-divider\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"bb-label\"\u003ePresentation\u003c\/div\u003e\n  \u003ch3 class=\"bb-heading\"\u003eHow It Arrives\u003c\/h3\u003e\n\n  \u003cp\u003eWe pack every one of these by hand in Kingscliff, and the flower bath pouch is the piece we check the seal on twice, because loose dried petals are the fussy part of the pack. The five products come staged in a rigid kraft box on white tissue, finished with a ribbon. The box holds its shape in transit and turns up looking like it was packed by hand, because it was. It arrives ready to give, with nothing left for the buyer to wrap.\u003c\/p\u003e\n\n  \u003cdiv class=\"bb-box-grid\"\u003e\n    \u003cdiv class=\"bb-box-feat\"\u003e\n      \u003cdiv class=\"bb-box-feat-label\"\u003eInside\u003c\/div\u003e\n      \u003cdiv class=\"bb-box-feat-val\"\u003eFive products\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-box-feat\"\u003e\n      \u003cdiv class=\"bb-box-feat-label\"\u003eCase\u003c\/div\u003e\n      \u003cdiv class=\"bb-box-feat-val\"\u003eRigid kraft, tissue-lined\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-box-feat\"\u003e\n      \u003cdiv class=\"bb-box-feat-label\"\u003eFinish\u003c\/div\u003e\n      \u003cdiv class=\"bb-box-feat-val\"\u003eRibbon, ready to give\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-box-feat\"\u003e\n      \u003cdiv class=\"bb-box-feat-label\"\u003eSkin\u003c\/div\u003e\n      \u003cdiv class=\"bb-box-feat-val\"\u003eGentle, fragrance-light\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ORIGIN --\u003e\n  \u003cdiv class=\"bb-divider\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"bb-label\"\u003eOrigin\u003c\/div\u003e\n  \u003ch3 class=\"bb-heading\"\u003eCurated by Petal \u0026amp; Parcel, Made by Butler Bath\u003c\/h3\u003e\n\n  \u003cp\u003eThe five products carry the Butler Bath Products name, a dedicated bath and skincare maker. We choose the set, pack it, and post it from our Kingscliff studio. The reason the box holds five things and not ten is that we would rather send five that each do something than pad it out with filler that looks generous and does nothing.\u003c\/p\u003e\n\n  \u003cp\u003eNot available for delivery to Tasmania, as the flower bath contains dried botanicals.\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"Petal \u0026 Parcel","offers":[{"title":"Default Title","offer_id":47787729846525,"sku":null,"price":45.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0807\/5545\/8301\/files\/self-care-pamper-pack.png?v=1783140667","url":"https:\/\/petalandparcel.com.au\/products\/self-care-pamper-pack","provider":"Petal \u0026 Parcel","version":"1.0","type":"link"}