{"product_id":"monthly-ritual-subscription-box","title":"The Curated Ritual — Curated Subscription Box","description":"\u003cstyle\u003e\n.apaw-product{\n  --bg:#fffaf4;\n  --panel:#ffffff;\n  --soft:#f8f4ee;\n  --border:#eadfce;\n  --text:#3f342c;\n  --heading:#2f261f;\n  --muted:#5d5147;\n  --accent:#8b6b4a;\n  --radius:20px;\n  background:var(--bg);\n  color:var(--text);\n  padding:22px 16px 40px;\n}\n.apaw-product *{box-sizing:border-box;}\n.apaw-inner{max-width:1120px;margin:0 auto;}\n\n.apaw-product h2,\n.apaw-product h3{\n  color:var(--heading);\n  margin:0;\n}\n.apaw-product p{\n  color:var(--muted);\n  line-height:1.7;\n  margin:0;\n}\n.apaw-product a{\n  color:var(--heading);\n  text-decoration:underline;\n  text-decoration-thickness:1px;\n  text-underline-offset:3px;\n}\n.apaw-product a:hover{color:var(--accent);}\n\n.apaw-hero{\n  background:#fff;\n  border:1px solid var(--border);\n  border-radius:24px;\n  padding:24px;\n  margin-bottom:14px;\n}\n.apaw-eyebrow{\n  text-transform:uppercase;\n  letter-spacing:2px;\n  font-size:12px;\n  color:#7a6d5d;\n  margin-bottom:8px;\n}\n.apaw-hook{\n  font-size:clamp(27px,3vw,40px);\n  line-height:1.12;\n  font-weight:700;\n  color:var(--heading);\n  margin-bottom:12px;\n}\n.apaw-lead{\n  font-size:16px;\n  max-width:940px;\n  margin-bottom:12px;\n}\n.apaw-boldline{\n  color:var(--heading)!important;\n  font-weight:700;\n  font-size:15px;\n}\n.apaw-pills{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:16px;\n}\n.apaw-pill{\n  border:1px solid var(--border);\n  background:var(--soft);\n  border-radius:999px;\n  padding:8px 12px;\n  font-size:13px;\n  color:var(--heading);\n}\n\n.apaw-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:14px;\n  margin-bottom:14px;\n}\n.apaw-card{\n  background:#fff;\n  border:1px solid var(--border);\n  border-radius:var(--radius);\n  padding:20px;\n}\n.apaw-card h3{\n  font-size:20px;\n  margin-bottom:10px;\n}\n.apaw-card ul{\n  margin:0;\n  padding-left:18px;\n}\n.apaw-card li{\n  color:var(--muted);\n  line-height:1.75;\n  margin-bottom:6px;\n}\n\n.apaw-feature{\n  background:#fff;\n  border:1px solid var(--border);\n  border-radius:var(--radius);\n  padding:20px;\n  margin-bottom:14px;\n}\n.apaw-feature h2{\n  font-size:25px;\n  margin-bottom:10px;\n}\n.apaw-feature-row{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:10px;\n  margin-top:14px;\n}\n.apaw-feature-box{\n  background:var(--soft);\n  border:1px solid var(--border);\n  border-radius:16px;\n  padding:14px;\n}\n.apaw-feature-box strong{\n  color:var(--heading);\n  display:block;\n  margin-bottom:5px;\n}\n.apaw-feature-box span{\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.55;\n}\n\n.apaw-routine{\n  background:#fff;\n  border:1px solid var(--border);\n  border-radius:var(--radius);\n  padding:20px;\n  margin-bottom:14px;\n}\n.apaw-routine h3{\n  font-size:21px;\n  margin-bottom:8px;\n}\n.apaw-routine-item{\n  padding:12px 0;\n  border-bottom:1px solid var(--border);\n}\n.apaw-routine-item:last-child{\n  border-bottom:0;\n  padding-bottom:0;\n}\n.apaw-routine-item strong{\n  color:var(--heading);\n  display:block;\n  margin-bottom:4px;\n}\n.apaw-routine-item span{\n  color:var(--muted);\n  font-size:14px;\n  line-height:1.6;\n}\n\n.apaw-cta{\n  background:linear-gradient(180deg,#f8f4ee 0%,#fffaf4 100%);\n  border:1px solid var(--border);\n  border-radius:24px;\n  padding:22px;\n  text-align:center;\n  margin-bottom:14px;\n}\n.apaw-cta h2{\n  font-size:25px;\n  margin-bottom:8px;\n}\n.apaw-shipping{\n  margin-top:12px!important;\n  color:var(--heading)!important;\n  font-size:14px;\n  font-weight:700;\n}\n\n.apaw-details{\n  background:#fff;\n  border:1px solid var(--border);\n  border-radius:16px;\n  margin-bottom:10px;\n  overflow:hidden;\n}\n.apaw-details summary{\n  cursor:pointer;\n  padding:15px 16px;\n  font-weight:700;\n  color:var(--heading);\n  list-style:none;\n}\n.apaw-details summary::-webkit-details-marker{display:none;}\n.apaw-details summary:after{\n  content:\"+\";\n  float:right;\n  color:var(--accent);\n  font-size:20px;\n}\n.apaw-details[open] summary:after{content:\"–\";}\n.apaw-details[open] \u003e summary{background:var(--soft);}\n.apaw-details-body{\n  border-top:1px solid var(--border);\n  padding:14px 16px 16px;\n}\n.apaw-details-body ul{\n  margin:0;\n  padding-left:18px;\n}\n.apaw-details-body li{\n  color:var(--muted);\n  line-height:1.7;\n  margin-bottom:5px;\n}\n.apaw-accordion-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:16px;\n  margin-top:14px;\n}\n.apaw-accordion-panel{\n  background:var(--soft);\n  border:1px solid var(--border);\n  border-radius:14px;\n  padding:14px;\n}\n.apaw-accordion-panel h3,\n.apaw-detail-section h3{\n  font-size:17px;\n  margin-bottom:8px;\n}\n.apaw-detail-section + .apaw-detail-section{\n  border-top:1px solid var(--border);\n  margin-top:14px;\n  padding-top:14px;\n}\n.apaw-note{\n  background:var(--soft);\n  border-left:3px solid var(--accent);\n  border-radius:10px;\n  padding:12px 14px;\n  margin-top:12px;\n}\n.apaw-note strong{color:var(--heading);}\n\n@media(max-width:850px){\n  .apaw-grid,\n  .apaw-feature-row,\n  .apaw-accordion-grid{\n    grid-template-columns:1fr;\n  }\n  .apaw-hero,\n  .apaw-card,\n  .apaw-feature,\n  .apaw-routine,\n  .apaw-cta{\n    padding:18px;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"apaw-product\"\u003e\n  \u003cdiv class=\"apaw-inner\"\u003e\n\n    \u003cdiv class=\"apaw-hero\"\u003e\n      \u003cp class=\"apaw-eyebrow\"\u003e\n        Monthly or Quarterly Curated Subscription\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"apaw-hook\"\u003e\n        Something worth looking forward to—curated around the season, the moment, and how you want to feel.\n      \u003c\/div\u003e\n\n      \u003cp class=\"apaw-lead\"\u003e\n        The Curated Ritual brings together handcrafted self-care, botanical\n        body care, herbal tea, cozy home fragrance, and seasonal discoveries\n        in themed collections designed to be opened, used, and genuinely\n        enjoyed. Every edition gives you a new way to experience The\n        Apawthecary Co.—pairing familiar favorites with products you may have\n        overlooked, limited releases, and occasional subscriber-only surprises.\n      \u003c\/p\u003e\n\n      \u003cp class=\"apaw-boldline\"\u003e\n        Choose monthly discovery or quarterly seasonal delivery. Either way,\n        every collection is designed to feel cohesive, useful, and worth more\n        than you paid.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"apaw-pills\"\u003e\n        \u003cspan class=\"apaw-pill\"\u003eMonthly or Quarterly\u003c\/span\u003e\n        \u003cspan class=\"apaw-pill\"\u003eCurated Around a Theme\u003c\/span\u003e\n        \u003cspan class=\"apaw-pill\"\u003eSeasonal Editions\u003c\/span\u003e\n        \u003cspan class=\"apaw-pill\"\u003eManage Online\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"apaw-feature\"\u003e\n      \u003ch2\u003eMore than a box. A reason to make time for yourself.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        It is easy to keep repurchasing what you already know—or to put\n        self-care off entirely. The Curated Ritual makes discovery effortless\n        by selecting products that work naturally together and delivering them\n        at the right moment. You get something new to anticipate, more of the\n        collection to experience, and better value than purchasing every item\n        individually.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"apaw-feature-row\"\u003e\n\n        \u003cdiv class=\"apaw-feature-box\"\u003e\n          \u003cstrong\u003ePurposeful Curation\u003c\/strong\u003e\n          \u003cspan\u003e\n            Each collection follows a feeling, season, routine, or everyday\n            need rather than combining unrelated products.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-feature-box\"\u003e\n          \u003cstrong\u003eFavorites + Discoveries\u003c\/strong\u003e\n          \u003cspan\u003e\n            Revisit products customers already love while finding something\n            you may not have selected on your own.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-feature-box\"\u003e\n          \u003cstrong\u003eSeasonal Editions\u003c\/strong\u003e\n          \u003cspan\u003e\n            Spring, summer, fall, and winter collections arrive just before\n            the season changes.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-feature-box\"\u003e\n          \u003cstrong\u003eBuilt-In Value\u003c\/strong\u003e\n          \u003cspan\u003e\n            Every edition contains more standard retail value than the\n            subscription price you pay.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"apaw-grid\"\u003e\n\n      \u003cdiv class=\"apaw-card\"\u003e\n        \u003ch3\u003eMonthly Curated Ritual\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Receive a newly themed collection every month, including four\n          seasonal editions throughout the year. This is the best option when\n          you want regular discovery, greater variety, and more opportunities\n          to experience products across the full collection.\n        \u003c\/p\u003e\n\n        \u003cul style=\"margin-top:12px;\"\u003e\n          \u003cli\u003eA different curated theme every month\u003c\/li\u003e\n          \u003cli\u003eIncludes the Spring, Summer, Fall, and Winter editions\u003c\/li\u003e\n          \u003cli\u003eRecurring billing on the first of each month\u003c\/li\u003e\n          \u003cli\u003eEligible skips and cancellation managed online\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"apaw-card\"\u003e\n        \u003ch3\u003eQuarterly Seasonal Ritual\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Receive four larger seasonal moments each year without committing to\n          a monthly delivery. Each edition is timed to arrive shortly before\n          spring, summer, fall, or winter and is curated around the routines,\n          fragrances, textures, and comforts of the upcoming season.\n        \u003c\/p\u003e\n\n        \u003cul style=\"margin-top:12px;\"\u003e\n          \u003cli\u003eFour thoughtfully curated editions per year\u003c\/li\u003e\n          \u003cli\u003eSpring, Summer, Fall, and Winter collections\u003c\/li\u003e\n          \u003cli\u003eRecurring billing in March, June, September, and December\u003c\/li\u003e\n          \u003cli\u003eThe same seasonal edition received by monthly subscribers\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"apaw-routine\"\u003e\n      \u003ch3\u003eWhat might become part of your ritual\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Contents change with every edition. Depending on the theme, your\n        collection may draw from:\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"apaw-routine-item\"\u003e\n        \u003cstrong\u003eSkincare + Body Care\u003c\/strong\u003e\n        \u003cspan\u003e\n          Lotions, creams, body butters, scrubs, masks, oils, balms, salves,\n          lip care, and other everyday essentials.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"apaw-routine-item\"\u003e\n        \u003cstrong\u003eBath + Shower\u003c\/strong\u003e\n        \u003cspan\u003e\n          Handcrafted soap, shampoo bars, bath teas, bath products, and other\n          ways to make an ordinary routine feel more intentional.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"apaw-routine-item\"\u003e\n        \u003cstrong\u003eHerbal Tea + Botanical Discoveries\u003c\/strong\u003e\n        \u003cspan\u003e\n          Purposefully formulated herbal blends and botanical products chosen\n          to complement the collection’s theme.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"apaw-routine-item\"\u003e\n        \u003cstrong\u003eCozy Home Fragrance\u003c\/strong\u003e\n        \u003cspan\u003e\n          Candles, wax melts, seasonal fragrances, and comforting home\n          products when they fit the edition.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"apaw-feature\"\u003e\n      \u003ch2\u003eCurated to be used—not left sitting in the box.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        We do not build every edition around a fixed product count. That gives\n        us the freedom to include a few higher-value statement products with\n        thoughtful accompaniments, a broader mix of smaller discoveries, or\n        anything in between. The goal is always the same: a complete\n        collection that feels generous, useful, and intentionally chosen.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"apaw-feature-row\"\u003e\n\n        \u003cdiv class=\"apaw-feature-box\"\u003e\n          \u003cstrong\u003eA Customer Favorite\u003c\/strong\u003e\n          \u003cspan\u003e\n            A proven product that shows why customers return to the brand.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-feature-box\"\u003e\n          \u003cstrong\u003eAn Overlooked Find\u003c\/strong\u003e\n          \u003cspan\u003e\n            A product worth discovering that you may not have chosen by\n            yourself.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-feature-box\"\u003e\n          \u003cstrong\u003eA Seasonal Moment\u003c\/strong\u003e\n          \u003cspan\u003e\n            A limited, timely, newly launched, or seasonally relevant\n            selection.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-feature-box\"\u003e\n          \u003cstrong\u003eAn Occasional Extra\u003c\/strong\u003e\n          \u003cspan\u003e\n            Samples, subscriber-only additions, or targeted offers may appear\n            when they strengthen the collection.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"apaw-cta\"\u003e\n      \u003ch2\u003eStop choosing between the products you know and the ones you keep meaning to try.\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Let us curate the next ritual for you. Pick your preferred delivery\n        schedule, enjoy each collection, and manage future renewals through\n        your subscription portal.\n      \u003c\/p\u003e\n\n      \u003cp class=\"apaw-shipping\"\u003e\n        Subscription-only product. Renews according to the selected monthly or\n        quarterly schedule until skipped or cancelled.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdetails class=\"apaw-details\" open\u003e\n      \u003csummary\u003eHow the Subscription Works\u003c\/summary\u003e\n\n      \u003cdiv class=\"apaw-details-body\"\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n            Choose Monthly or Quarterly Seasonal delivery before adding the\n            subscription to your cart.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            Your first payment is collected when you complete checkout.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            Future payments follow the fixed billing schedule for your\n            selected option.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            Eligible skips, payment updates, address changes, and cancellation\n            may be managed through your subscription portal.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            Subscription changes must be completed before the next payment is\n            processed.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"apaw-details\"\u003e\n      \u003csummary\u003eMonthly Schedule + Order Cutoff\u003c\/summary\u003e\n\n      \u003cdiv class=\"apaw-details-body\"\u003e\n        \u003cdiv class=\"apaw-accordion-grid\"\u003e\n\n          \u003cdiv class=\"apaw-accordion-panel\"\u003e\n            \u003ch3\u003eOrders placed by the 15th\u003c\/h3\u003e\n\n            \u003cp\u003e\n              You will receive the current month’s edition while inventory\n              remains. Your first payment is collected at checkout, and the\n              current edition will be prepared for shipment promptly.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"apaw-accordion-panel\"\u003e\n            \u003ch3\u003eOrders placed after the 15th\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Your payment reserves the following month’s edition. You will\n              not be charged again on the immediately upcoming first of the\n              month; normal recurring billing begins the month after your first\n              reserved shipment.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-detail-section\"\u003e\n          \u003ch3\u003eRegular monthly schedule\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Active monthly subscriptions renew on the first of each month.\n            Monthly editions are generally prepared for shipment between the\n            fifth and tenth.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-note\"\u003e\n          \u003cstrong\u003eExample:\u003c\/strong\u003e An order placed October 17 reserves the\n          November edition. It is paid for at checkout, ships during the early\n          November window, and renews again December 1.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"apaw-details\"\u003e\n      \u003csummary\u003eQuarterly Seasonal Schedule + Cutoffs\u003c\/summary\u003e\n\n      \u003cdiv class=\"apaw-details-body\"\u003e\n\n        \u003cdiv class=\"apaw-feature-row\"\u003e\n\n          \u003cdiv class=\"apaw-feature-box\"\u003e\n            \u003cstrong\u003eSpring\u003c\/strong\u003e\n            \u003cspan\u003e\n              Enrollment window: February 1–April 30\u003cbr\u003e\n              Scheduled renewal: March 1\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"apaw-feature-box\"\u003e\n            \u003cstrong\u003eSummer\u003c\/strong\u003e\n            \u003cspan\u003e\n              Enrollment window: May 1–July 31\u003cbr\u003e\n              Scheduled renewal: June 1\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"apaw-feature-box\"\u003e\n            \u003cstrong\u003eFall\u003c\/strong\u003e\n            \u003cspan\u003e\n              Enrollment window: August 1–October 31\u003cbr\u003e\n              Scheduled renewal: September 1\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"apaw-feature-box\"\u003e\n            \u003cstrong\u003eWinter\u003c\/strong\u003e\n            \u003cspan\u003e\n              Enrollment window: November 1–January 31\u003cbr\u003e\n              Scheduled renewal: December 1\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-detail-section\"\u003e\n          \u003ch3\u003eJoining during the lead month\u003c\/h3\u003e\n\n          \u003cp\u003e\n            When you join in February, May, August, or November, your checkout\n            payment reserves the upcoming seasonal edition. You will not be\n            charged again on that edition’s immediately upcoming scheduled\n            renewal date.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-detail-section\"\u003e\n          \u003ch3\u003eJoining after the seasonal edition has launched\u003c\/h3\u003e\n\n          \u003cp\u003e\n            You will receive the current seasonal edition while inventory\n            remains. Your next recurring payment will occur on the following\n            applicable seasonal renewal date.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-note\"\u003e\n          \u003cstrong\u003eExamples:\u003c\/strong\u003e An October 17 quarterly order receives the\n          Fall edition and renews December 1 for Winter. A November 25 order\n          reserves the Winter edition, is not charged again December 1, and\n          renews March 1 for Spring.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"apaw-details\"\u003e\n      \u003csummary\u003eContents, Scents + Preferences\u003c\/summary\u003e\n\n      \u003cdiv class=\"apaw-details-body\"\u003e\n        \u003cp\u003e\n          The Curated Ritual is intentionally curated rather than fully\n          customizable. Products may be scented, naturally aromatic,\n          fragrance-free, flavored, or unscented depending on the edition.\n          Individual substitutions and exact product requests are not\n          guaranteed.\n        \u003c\/p\u003e\n\n        \u003cp style=\"margin-top:10px;\"\u003e\n          Exact contents, sizes, scents, and formats change with each\n          collection. Major allergens, ingredients, directions, dietary\n          considerations, and product-specific warnings will be provided with\n          the applicable products. Review each label before use or consumption.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"apaw-details\"\u003e\n      \u003csummary\u003eValue, Savings + Subscriber Offers\u003c\/summary\u003e\n\n      \u003cdiv class=\"apaw-details-body\"\u003e\n\n        \u003cdiv class=\"apaw-detail-section\"\u003e\n          \u003ch3\u003eMore value than you pay\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Every edition includes at least $50 in standard retail value. The\n            value is based on the products’ normal individual retail pricing,\n            not temporary promotional or clearance pricing.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-detail-section\"\u003e\n          \u003ch3\u003eNo fixed item count\u003c\/h3\u003e\n\n          \u003cp\u003e\n            The value may be delivered through a smaller number of\n            higher-priced products, a wider assortment of discoveries, or a\n            combination of full-size and smaller companion products. Curation,\n            usefulness, and total value take priority over reaching a\n            predetermined item count.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-detail-section\"\u003e\n          \u003ch3\u003eDiscounts and offers\u003c\/h3\u003e\n\n          \u003cul\u003e\n            \u003cli\u003e\n              The subscription price already reflects savings compared with\n              buying the included products individually.\n            \u003c\/li\u003e\n            \u003cli\u003e\n              Sitewide discounts and promotional codes do not combine with\n              subscription-box purchases or renewals unless specifically\n              stated.\n            \u003c\/li\u003e\n            \u003cli\u003e\n              Selected editions may include a limited subscriber offer for a\n              featured product or related collection.\n            \u003c\/li\u003e\n            \u003cli\u003e\n              Samples, gifts, and promotional extras have no cash value.\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"apaw-details\"\u003e\n      \u003csummary\u003eReturns, Replacements, Skips + Cancellation\u003c\/summary\u003e\n\n      \u003cdiv class=\"apaw-details-body\"\u003e\n\n        \u003cdiv class=\"apaw-detail-section\"\u003e\n          \u003ch3\u003eCurated subscription sales\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Because editions may contain personal-care, cosmetic, bath, tea,\n            or other hygiene-sensitive products, processed subscription boxes\n            are final sale. Boxes and individual items are not returnable based\n            on assortment, scent, flavor, or personal preference. The standard\n            Love It or Swap It Paw-mise™ does not apply to curated subscription\n            boxes unless expressly stated.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-detail-section\"\u003e\n          \u003ch3\u003eDamaged, missing, or incorrect products\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Contact us within seven days of delivery if an item arrives\n            damaged, defective, missing, or incorrect. Eligible problems will\n            be resolved with an appropriate replacement, credit, refund, or\n            comparable remedy. Photographs may be required.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"apaw-detail-section\"\u003e\n          \u003ch3\u003eSkips and cancellations\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Eligible upcoming deliveries may be skipped or the subscription\n            may be cancelled through the customer portal before the next\n            payment is processed. Cancellation stops future renewals but does\n            not automatically cancel or refund an order that has already been\n            charged, reserved, entered processing, or shipped.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"apaw-details\"\u003e\n      \u003csummary\u003eProduct Safety, Shipping + Policies\u003c\/summary\u003e\n\n      \u003cdiv class=\"apaw-details-body\"\u003e\n        \u003cp\u003e\n          Read the complete ingredient list, directions, and warnings supplied\n          with each product. Patch test topical products when appropriate. Keep\n          candles, wax products, teas, cosmetics, and body products away from\n          children and pets unless the individual item is specifically labeled\n          for their use.\n        \u003c\/p\u003e\n\n        \u003cp style=\"margin-top:10px;\"\u003e\n          Processing time is separate from carrier transit time. See our\n          \u003ca href=\"\/pages\/shipping\"\u003eShipping\u003c\/a\u003e,\n          \u003ca href=\"\/pages\/returns-refunds\"\u003eReturns \u0026amp; Refunds\u003c\/a\u003e, and\n          \u003ca href=\"\/policies\/subscription-policy\"\u003eSubscription Policy\u003c\/a\u003e\n          for current terms.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"The Apawthecary Co.","offers":[{"title":"Default Title","offer_id":53539851338004,"sku":"TMRSUBBOX","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/6415\/5412\/files\/ChatGPTImageAug1_2026_08_23_01AM_1.png?v=1785587251","url":"https:\/\/theapawthecary.co\/products\/monthly-ritual-subscription-box","provider":"The Apawthecary Co.","version":"1.0","type":"link"}