{"product_id":"cigar-subscription-3-month-gift","title":"Cigar Subscription 3-Month Gift","description":"\u003c!-- ============================================\n     SANTA MONICA CIGARS — 3-Month Gift Subscription Tiers\n     Paste into the GIFT product's description (HTML view)\n     Same design system as the main subscription page.\n     IMPORTANT: In the \u003cscript\u003e at the bottom, set GIFT_HANDLE\n     to your gift product's handle if it differs.\n     Prices assume monthly x 3 (edit if you set different prices):\n     Society $147 · Executive $327 · Chairman $447\n     ============================================ --\u003e\n\u003cstyle\u003e\n  #smc-gift-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n  #smc-gift-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;\n    color: #1a1814; width: 100%; padding: 2rem 0 1rem;\n  }\n  #smc-gift-wrap .ssw-divider { border: none; border-top: 1px solid #e5e3de; margin: 2rem 0; }\n  #smc-gift-wrap .ssw-eyebrow {\n    display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.2em;\n    text-transform: uppercase; color: #9a7a3a; margin-bottom: 0.5rem;\n  }\n  #smc-gift-wrap .ssw-section-title {\n    font-size: clamp(20px, 3.5vw, 26px); font-weight: 600; color: #1a1814;\n    margin-bottom: 1.25rem; line-height: 1.25;\n  }\n  #smc-gift-wrap .ssw-section-title em { font-style: italic; color: #9a7a3a; font-weight: 400; }\n  #smc-gift-wrap .ssw-tiers { display: grid; grid-template-columns: 1fr; gap: 12px; }\n  #smc-gift-wrap .ssw-tier {\n    background: #fff; border: 2px solid #e5e3de; border-radius: 14px;\n    overflow: hidden; position: relative; cursor: pointer;\n    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;\n  }\n  #smc-gift-wrap .ssw-tier:hover { border-color: #c8a96e; transform: translateY(-1px); }\n  #smc-gift-wrap .ssw-tier.smc-active {\n    border-color: #9a7a3a !important;\n    box-shadow: 0 0 0 3px rgba(154,122,58,0.15) !important;\n  }\n  #smc-gift-wrap .ssw-tier-check {\n    position: absolute; top: 12px; left: 12px;\n    width: 24px; height: 24px; border-radius: 50%;\n    background: transparent; border: 2px solid rgba(255,255,255,0.3);\n    display: flex; align-items: center; justify-content: center;\n    transition: background 0.2s, border-color 0.2s;\n  }\n  #smc-gift-wrap .ssw-tier.smc-active .ssw-tier-check { background: #9a7a3a; border-color: #9a7a3a; }\n  #smc-gift-wrap .ssw-tier-check svg { width: 12px; height: 12px; opacity: 0; transition: opacity 0.2s; }\n  #smc-gift-wrap .ssw-tier.smc-active .ssw-tier-check svg { opacity: 1; }\n  #smc-gift-wrap .ssw-tier-badge {\n    position: absolute; top: 12px; right: 12px;\n    background: #9a7a3a; color: #fff; font-size: 10px; font-weight: 600;\n    letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 9px; border-radius: 20px;\n  }\n  #smc-gift-wrap .ssw-tier-top {\n    background: linear-gradient(135deg, #252015 0%, #1a1510 100%);\n    padding: 1.25rem 1.25rem 1rem; position: relative;\n  }\n  #smc-gift-wrap .ssw-tier.smc-active .ssw-tier-top { background: linear-gradient(135deg, #3d2e14 0%, #2a200e 100%); }\n  #smc-gift-wrap .ssw-tier-top::after {\n    content: ''; position: absolute; bottom: 0; left: 10%; right: 10%;\n    height: 1px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.4), transparent);\n  }\n  #smc-gift-wrap .ssw-tier-name {\n    font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;\n    color: #c8a96e; display: block; margin-bottom: 4px; padding-left: 32px;\n  }\n  #smc-gift-wrap .ssw-tier-tagline { font-size: 15px; font-weight: 500; color: #f5f0e8; line-height: 1.3; padding-left: 32px; }\n  #smc-gift-wrap .ssw-tier-body { padding: 1.1rem 1.25rem; }\n  #smc-gift-wrap .ssw-tier-desc { font-size: 13px; line-height: 1.7; color: #4a4640; margin-bottom: 1rem; }\n  #smc-gift-wrap .ssw-pricing { display: grid; grid-template-columns: 1fr; gap: 8px; margin-bottom: 1rem; }\n  #smc-gift-wrap .ssw-price-row {\n    display: flex; flex-direction: column; align-items: center; justify-content: center;\n    padding: 12px 6px; background: #f9f8f6; border-radius: 8px;\n    border: 2px solid #f0ede8; text-align: center; gap: 4px;\n  }\n  #smc-gift-wrap .ssw-tier.smc-active .ssw-price-row {\n    border-color: #9a7a3a; background: #fdf7ee;\n  }\n  #smc-gift-wrap .ssw-price-amount { font-size: 22px; font-weight: 700; color: #9a7a3a; line-height: 1; }\n  #smc-gift-wrap .ssw-price-count { font-size: 11px; font-weight: 400; color: #9a9590; }\n  #smc-gift-wrap .ssw-price-breakdown { font-size: 11px; color: #b8b3ac; }\n  #smc-gift-wrap .ssw-tier-perks { display: flex; flex-direction: column; gap: 6px; }\n  #smc-gift-wrap .ssw-perk { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #4a4640; line-height: 1.4; }\n  #smc-gift-wrap .ssw-perk-dot { width: 6px; height: 6px; border-radius: 50%; background: #9a7a3a; flex-shrink: 0; }\n  #smc-gift-wrap .ssw-cta-bar {\n    margin-top: 1.25rem; background: #fff; border: 2px solid #e5e3de;\n    border-radius: 12px; padding: 1.1rem 1.25rem; transition: border-color 0.3s;\n  }\n  #smc-gift-wrap .ssw-cta-bar.smc-ready { border-color: #9a7a3a; }\n  #smc-gift-wrap .ssw-cta-hint { font-size: 12px; color: #9a9590; margin-bottom: 0.6rem; display: block; text-align: center; }\n  #smc-gift-wrap .ssw-cta-selection { font-size: 14px; font-weight: 600; color: #1a1814; margin-bottom: 0.9rem; display: block; text-align: center; min-height: 20px; }\n  #smc-gift-wrap .ssw-cta-selection em { color: #9a7a3a; font-style: normal; }\n  #smc-gift-wrap .ssw-cta-btn {\n    display: block; width: 100%; background: #c0bdb8; color: #fff; border: none;\n    border-radius: 10px; padding: 0.9rem 1rem; font-family: inherit; font-size: 13px;\n    font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; cursor: not-allowed;\n    transition: background 0.2s, transform 0.15s;\n  }\n  #smc-gift-wrap .ssw-cta-btn.smc-ready { background: #1a1814; cursor: pointer; }\n  #smc-gift-wrap .ssw-cta-btn.smc-ready:hover { background: #9a7a3a; transform: translateY(-1px); }\n  #smc-gift-wrap .ssw-cta-note { font-size: 11px; color: #9a9590; margin-top: 0.5rem; display: block; text-align: center; }\n  #smc-gift-wrap .ssw-first-box { background: #fff; border: 1px solid #e5e3de; border-radius: 14px; overflow: hidden; }\n  #smc-gift-wrap .ssw-first-top { background: #f9f8f6; padding: 1rem 1.25rem; border-bottom: 1px solid #e5e3de; display: flex; align-items: center; gap: 0.75rem; }\n  #smc-gift-wrap .ssw-first-icon { width: 36px; height: 36px; border-radius: 50%; background: #fdf7ee; border: 1px solid #c8a96e; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }\n  #smc-gift-wrap .ssw-first-title { font-size: 14px; font-weight: 600; color: #1a1814; display: block; }\n  #smc-gift-wrap .ssw-first-sub { font-size: 12px; color: #9a9590; display: block; margin-top: 1px; }\n  #smc-gift-wrap .ssw-first-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }\n  #smc-gift-wrap .ssw-first-item { padding: 1rem 1.25rem; border-right: 1px solid #f0ede8; border-bottom: 1px solid #f0ede8; display: flex; align-items: flex-start; gap: 10px; }\n  #smc-gift-wrap .ssw-first-item:nth-child(2n) { border-right: none; }\n  #smc-gift-wrap .ssw-first-item:nth-last-child(-n+2) { border-bottom: none; }\n  #smc-gift-wrap .ssw-fi-icon { font-size: 20px; flex-shrink: 0; }\n  #smc-gift-wrap .ssw-fi-name { font-size: 13px; font-weight: 500; color: #1a1814; display: block; }\n  #smc-gift-wrap .ssw-fi-note { font-size: 11px; color: #9a9590; display: block; margin-top: 2px; }\n  #smc-gift-wrap .ssw-first-note { padding: 0.75rem 1.25rem; background: #fdf7ee; border-top: 1px solid rgba(201,168,76,0.2); font-size: 12px; color: #7a5e28; line-height: 1.6; }\n  #smc-gift-wrap .ssw-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n  #smc-gift-wrap .ssw-benefit { background: #fff; border: 1px solid #e5e3de; border-radius: 12px; padding: 1rem 1.1rem; text-align: left; }\n  #smc-gift-wrap .ssw-benefit-icon { font-size: 22px; display: block; margin-bottom: 8px; }\n  #smc-gift-wrap .ssw-benefit-title { font-size: 13px; font-weight: 600; color: #1a1814; display: block; margin-bottom: 3px; }\n  #smc-gift-wrap .ssw-benefit-text { font-size: 12px; color: #9a9590; line-height: 1.5; }\n  @media (max-width: 640px) {\n    #smc-gift-wrap .ssw-benefits { grid-template-columns: 1fr 1fr; }\n    #smc-gift-wrap .ssw-first-grid { grid-template-columns: 1fr; }\n    #smc-gift-wrap .ssw-first-item { border-right: none; }\n    #smc-gift-wrap .ssw-first-item:nth-last-child(-n+2) { border-bottom: 1px solid #f0ede8; }\n    #smc-gift-wrap .ssw-first-item:last-child { border-bottom: none; }\n  }\n  @media (max-width: 400px) { #smc-gift-wrap .ssw-benefits { grid-template-columns: 1fr; } }\n\u003c\/style\u003e\n\u003cdiv id=\"smc-gift-wrap\"\u003e\n  \u003cspan class=\"ssw-eyebrow\"\u003eChoose their tier\u003c\/span\u003e\n  \u003ch2 class=\"ssw-section-title\"\u003eThree months. One \u003cem\u003eunforgettable gift.\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003cdiv style=\"background:#fff;border:1px solid #e5e3de;border-radius:14px;padding:1.5rem 1.75rem;margin-bottom:1.5rem;\"\u003e\n    \u003cp style=\"font-size:11px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:#9a7a3a;margin-bottom:0.5rem;\"\u003eSanta Monica Cigar Club — Gift Edition\u003c\/p\u003e\n    \u003cp style=\"font-size:17px;font-weight:600;color:#1a1814;margin-bottom:0.75rem;line-height:1.3;\"\u003eThe perfect gift for the cigar lover in your life — three months of hand-selected premium cigars, paid once, delivered monthly.\u003c\/p\u003e\n    \u003cp style=\"font-size:14px;line-height:1.8;color:#4a4640;margin-bottom:0.6rem;\"\u003eYou pay one time — no subscription, no renewals, no surprise charges. Your recipient receives a beautifully curated box from our Santa Monica walk-in humidor every month for three months.\u003c\/p\u003e\n    \u003cp style=\"font-size:14px;line-height:1.8;color:#4a4640;\"\u003eNo cigar knowledge required: pick a tier below based on your budget, and our team handles the rest. At checkout, simply enter \u003cstrong\u003etheir address\u003c\/strong\u003e as the shipping address and add a gift note.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cp style=\"font-size:12px;color:#9a9590;text-align:center;margin-bottom:1rem;font-style:italic;\"\u003e↓ Tap a tier below to continue\u003c\/p\u003e\n  \u003cdiv class=\"ssw-tiers\"\u003e\n    \u003c!-- Society Gift --\u003e\n    \u003cdiv class=\"ssw-tier\" data-tier=\"Society\" onclick=\"smcgPickTier(this)\"\u003e\n      \u003cspan class=\"ssw-tier-check\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpath d=\"M2 6l3 3 5-5\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cdiv class=\"ssw-tier-top\"\u003e\n        \u003cspan class=\"ssw-tier-name\"\u003eSociety\u003c\/span\u003e\n        \u003cp class=\"ssw-tier-tagline\"\u003ePremium everyday cigars\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ssw-tier-body\"\u003e\n        \u003cp class=\"ssw-tier-desc\"\u003eSmooth, balanced, and dependable. The safe-but-impressive choice — perfect when you're not sure how serious a smoker they are.\u003c\/p\u003e\n        \u003cdiv class=\"ssw-pricing\"\u003e\n          \u003cdiv class=\"ssw-price-row\"\u003e\n            \u003cspan class=\"ssw-price-amount\"\u003e$147\u003c\/span\u003e\n            \u003cspan class=\"ssw-price-count\"\u003e3 cigars \/ month × 3 months\u003c\/span\u003e\n            \u003cspan class=\"ssw-price-breakdown\"\u003eOne payment · 9 cigars total\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ssw-tier-perks\"\u003e\n          \u003cdiv class=\"ssw-perk\"\u003e\n\u003cspan class=\"ssw-perk-dot\"\u003e\u003c\/span\u003e\u003cspan\u003eHand-selected premium cigars\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ssw-perk\"\u003e\n\u003cspan class=\"ssw-perk-dot\"\u003e\u003c\/span\u003e\u003cspan\u003eSmooth \u0026amp; approachable profile\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ssw-perk\"\u003e\n\u003cspan class=\"ssw-perk-dot\"\u003e\u003c\/span\u003e\u003cspan\u003eGreat for new \u0026amp; casual smokers\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- Executive Gift --\u003e\n    \u003cdiv class=\"ssw-tier\" data-tier=\"Executive\" onclick=\"smcgPickTier(this)\"\u003e\n      \u003cspan class=\"ssw-tier-check\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpath d=\"M2 6l3 3 5-5\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cspan class=\"ssw-tier-badge\"\u003eMost Gifted\u003c\/span\u003e\n      \u003cdiv class=\"ssw-tier-top\"\u003e\n        \u003cspan class=\"ssw-tier-name\"\u003eExecutive\u003c\/span\u003e\n        \u003cp class=\"ssw-tier-tagline\"\u003eMid-tier premium cigars\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ssw-tier-body\"\u003e\n        \u003cp class=\"ssw-tier-desc\"\u003eMore depth, more complexity, fuller experience. For the person who already loves cigars — this tier tells them you noticed.\u003c\/p\u003e\n        \u003cdiv class=\"ssw-pricing\"\u003e\n          \u003cdiv class=\"ssw-price-row\"\u003e\n            \u003cspan class=\"ssw-price-amount\"\u003e$327\u003c\/span\u003e\n            \u003cspan class=\"ssw-price-count\"\u003e3 cigars \/ month × 3 months\u003c\/span\u003e\n            \u003cspan class=\"ssw-price-breakdown\"\u003eOne payment · 9 cigars total\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ssw-tier-perks\"\u003e\n          \u003cdiv class=\"ssw-perk\"\u003e\n\u003cspan class=\"ssw-perk-dot\"\u003e\u003c\/span\u003e\u003cspan\u003eElevated selections with more complexity\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ssw-perk\"\u003e\n\u003cspan class=\"ssw-perk-dot\"\u003e\u003c\/span\u003e\u003cspan\u003eMix of familiar \u0026amp; discovery brands\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ssw-perk\"\u003e\n\u003cspan class=\"ssw-perk-dot\"\u003e\u003c\/span\u003e\u003cspan\u003eIdeal for the experienced smoker\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- Chairman Gift --\u003e\n    \u003cdiv class=\"ssw-tier\" data-tier=\"Chairman\" onclick=\"smcgPickTier(this)\"\u003e\n      \u003cspan class=\"ssw-tier-check\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpath d=\"M2 6l3 3 5-5\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n      \u003cdiv class=\"ssw-tier-top\"\u003e\n        \u003cspan class=\"ssw-tier-name\"\u003eChairman\u003c\/span\u003e\n        \u003cp class=\"ssw-tier-tagline\"\u003eTop-tier premium cigars\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ssw-tier-body\"\u003e\n        \u003cp class=\"ssw-tier-desc\"\u003eRich, refined, and crafted for the most discerning palate. The best we carry — the gift that says everything without a word.\u003c\/p\u003e\n        \u003cdiv class=\"ssw-pricing\"\u003e\n          \u003cdiv class=\"ssw-price-row\"\u003e\n            \u003cspan class=\"ssw-price-amount\"\u003e$447\u003c\/span\u003e\n            \u003cspan class=\"ssw-price-count\"\u003e3 cigars \/ month × 3 months\u003c\/span\u003e\n            \u003cspan class=\"ssw-price-breakdown\"\u003eOne payment · 9 cigars total\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ssw-tier-perks\"\u003e\n          \u003cdiv class=\"ssw-perk\"\u003e\n\u003cspan class=\"ssw-perk-dot\"\u003e\u003c\/span\u003e\u003cspan\u003eTop-rated cigars from our humidor\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ssw-perk\"\u003e\n\u003cspan class=\"ssw-perk-dot\"\u003e\u003c\/span\u003e\u003cspan\u003ePadron, Davidoff, Cohiba \u0026amp; beyond\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ssw-perk\"\u003e\n\u003cspan class=\"ssw-perk-dot\"\u003e\u003c\/span\u003e\u003cspan\u003eThe pinnacle of our monthly curation\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- CTA bar --\u003e\n  \u003cdiv class=\"ssw-cta-bar\" id=\"ssw-gift-cta-bar\"\u003e\n    \u003cspan class=\"ssw-cta-hint\" id=\"ssw-gift-cta-hint\"\u003eSelect a tier above\u003c\/span\u003e\n    \u003cspan class=\"ssw-cta-selection\" id=\"ssw-gift-cta-sel\"\u003e\u003c\/span\u003e\n    \u003cbutton class=\"ssw-cta-btn\" id=\"ssw-gift-cta-btn\" onclick=\"smcgGoToCart()\" disabled\u003eGift This Box →\u003c\/button\u003e\n    \u003cspan class=\"ssw-cta-note\"\u003eScrolls to the purchase selector with your choice applied\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003chr class=\"ssw-divider\"\u003e\n  \u003c!-- HOW GIFTING WORKS --\u003e\n  \u003cspan class=\"ssw-eyebrow\"\u003eHow it works\u003c\/span\u003e\n  \u003ch2 class=\"ssw-section-title\"\u003eGifting in \u003cem\u003ethree easy steps\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003cdiv class=\"ssw-first-box\"\u003e\n    \u003cdiv class=\"ssw-first-top\"\u003e\n      \u003cdiv class=\"ssw-first-icon\"\u003e🎁\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"ssw-first-title\"\u003eYou pay once — they enjoy it for 3 months\u003c\/span\u003e\n        \u003cspan class=\"ssw-first-sub\"\u003eNo renewals, no subscription to cancel, no surprise charges\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ssw-first-grid\"\u003e\n      \u003cdiv class=\"ssw-first-item\"\u003e\n\u003cspan class=\"ssw-fi-icon\"\u003e1️⃣\u003c\/span\u003e\u003cdiv\u003e\n\u003cspan class=\"ssw-fi-name\"\u003ePick their tier\u003c\/span\u003e\u003cspan class=\"ssw-fi-note\"\u003eChoose above based on your budget\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ssw-first-item\"\u003e\n\u003cspan class=\"ssw-fi-icon\"\u003e2️⃣\u003c\/span\u003e\u003cdiv\u003e\n\u003cspan class=\"ssw-fi-name\"\u003eShip it to them\u003c\/span\u003e\u003cspan class=\"ssw-fi-note\"\u003eEnter their address at checkout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ssw-first-item\"\u003e\n\u003cspan class=\"ssw-fi-icon\"\u003e3️⃣\u003c\/span\u003e\u003cdiv\u003e\n\u003cspan class=\"ssw-fi-name\"\u003eAdd a gift note\u003c\/span\u003e\u003cspan class=\"ssw-fi-note\"\u003eWe include your message in the first box\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ssw-first-item\"\u003e\n\u003cspan class=\"ssw-fi-icon\"\u003e📦\u003c\/span\u003e\u003cdiv\u003e\n\u003cspan class=\"ssw-fi-name\"\u003eThey unbox monthly\u003c\/span\u003e\u003cspan class=\"ssw-fi-note\"\u003eThree deliveries, curated fresh each month\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"ssw-first-note\"\u003eⓘ  Their first box also includes a cigar cutter, matches, a freshness pouch, and your gift message — everything they need to enjoy it from day one.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003chr class=\"ssw-divider\"\u003e\n  \u003c!-- GIFT BENEFITS --\u003e\n  \u003cspan class=\"ssw-eyebrow\"\u003eWhy it's the perfect gift\u003c\/span\u003e\n  \u003ch2 class=\"ssw-section-title\"\u003eA gift that lands \u003cem\u003ethree times\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003cdiv class=\"ssw-benefits\"\u003e\n    \u003cdiv class=\"ssw-benefit\"\u003e\n\u003cspan class=\"ssw-benefit-icon\"\u003e💳\u003c\/span\u003e\u003cspan class=\"ssw-benefit-title\"\u003eOne payment\u003c\/span\u003e\u003cspan class=\"ssw-benefit-text\"\u003ePay once at checkout. It ends automatically after 3 months — nothing to cancel, ever.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ssw-benefit\"\u003e\n\u003cspan class=\"ssw-benefit-icon\"\u003e🏭\u003c\/span\u003e\u003cspan class=\"ssw-benefit-title\"\u003eHumidor curated\u003c\/span\u003e\u003cspan class=\"ssw-benefit-text\"\u003eEvery cigar is hand-picked from our Santa Monica walk-in humidor — not a warehouse.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ssw-benefit\"\u003e\n\u003cspan class=\"ssw-benefit-icon\"\u003e📦\u003c\/span\u003e\u003cspan class=\"ssw-benefit-title\"\u003eFirst box loaded\u003c\/span\u003e\u003cspan class=\"ssw-benefit-text\"\u003eCutter, matches, freshness pouch, and your personal gift note arrive with box one.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ssw-benefit\"\u003e\n\u003cspan class=\"ssw-benefit-icon\"\u003e🗓️\u003c\/span\u003e\u003cspan class=\"ssw-benefit-title\"\u003eMonthly surprise\u003c\/span\u003e\u003cspan class=\"ssw-benefit-text\"\u003eUnlike a one-time gift, this one shows up again in month two and three. They'll remember who sent it.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ssw-benefit\"\u003e\n\u003cspan class=\"ssw-benefit-icon\"\u003e🚚\u003c\/span\u003e\u003cspan class=\"ssw-benefit-title\"\u003eShips to them\u003c\/span\u003e\u003cspan class=\"ssw-benefit-text\"\u003eEnter the recipient's address at checkout and we handle every delivery from Santa Monica.\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ssw-benefit\"\u003e\n\u003cspan class=\"ssw-benefit-icon\"\u003e🤝\u003c\/span\u003e\u003cspan class=\"ssw-benefit-title\"\u003eZero guesswork\u003c\/span\u003e\u003cspan class=\"ssw-benefit-text\"\u003eDon't know cigars? You don't need to. Our team curates every box like it's for our own family.\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cp style=\"font-size:12px;color:#9a9590;line-height:1.6;text-align:left;padding:0 0 1rem;\"\u003e* Selections may vary based on availability of merchandise. Substitutions will always meet or exceed the original value. Recipient must be 21+ to receive delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n(function() {\n  \/* EDIT THIS if your gift product handle is different: *\/\n  var GIFT_HANDLE = 'cigar-subscription-3-month-gift';\n\n  var smcgTier = null;\n  var smcgVariantMap = {};   \/* tier name -\u003e variant id *\/\n  var smcgReverseMap = {};   \/* variant id -\u003e tier name *\/\n\n  fetch('\/products\/' + GIFT_HANDLE + '.js')\n    .then(function(r) { return r.json(); })\n    .then(function(product) {\n      product.variants.forEach(function(v) {\n        var name = v.option1 || '';\n        smcgVariantMap[name.toLowerCase()] = v.id;\n        smcgReverseMap[String(v.id)] = name;\n      });\n      smcgInitFromUrl();\n    })\n    .catch(function(e) { console.log('[SMC-GIFT] Could not load variants:', e); });\n\n  \/* On page load, highlight the tier matching the current ?variant= *\/\n  function smcgInitFromUrl() {\n    var vid = new URL(window.location.href).searchParams.get('variant');\n    var tierName = vid ? smcgReverseMap[String(vid)] : null;\n    if (!tierName) return;\n    var card = document.querySelector('#smc-gift-wrap .ssw-tier[data-tier=\"' + tierName + '\"]');\n    if (card) {\n      card.classList.add('smc-active');\n      smcgTier = tierName;\n      smcgRefreshCTA();\n    }\n  }\n\n  \/* Clicking a tier reloads the page with that variant selected,\n     so the theme price, selector, and checkout all stay in sync. *\/\n  window.smcgPickTier = function(card) {\n    var tierName = card.getAttribute('data-tier');\n    var variantId = smcgVariantMap[tierName.toLowerCase()];\n    var url = new URL(window.location.href);\n    var current = url.searchParams.get('variant');\n\n    \/* Already on this variant? Just make sure it is highlighted. *\/\n    if (!variantId || String(variantId) === String(current)) {\n      var all = document.querySelectorAll('#smc-gift-wrap .ssw-tier');\n      for (var i = 0; i \u003c all.length; i++) all[i].classList.remove('smc-active');\n      card.classList.add('smc-active');\n      smcgTier = tierName;\n      smcgRefreshCTA();\n      return;\n    }\n    url.searchParams.set('variant', variantId);\n    url.hash = 'smc-gift-wrap'; \/* return to this section after reload *\/\n    window.location.href = url.toString();\n  };\n\n  function smcgRefreshCTA() {\n    var bar = document.getElementById('ssw-gift-cta-bar');\n    var hint = document.getElementById('ssw-gift-cta-hint');\n    var sel = document.getElementById('ssw-gift-cta-sel');\n    var btn = document.getElementById('ssw-gift-cta-btn');\n    if (!bar) return;\n    if (smcgTier) {\n      hint.textContent = 'Your gift selection';\n      sel.innerHTML = '\u003cem\u003e' + smcgTier + '\u003c\/em\u003e \u0026mdash; 3 cigars \/ month for 3 months';\n      bar.classList.add('smc-ready');\n      btn.classList.add('smc-ready');\n      btn.removeAttribute('disabled');\n    } else {\n      hint.textContent = 'Select a tier above';\n      sel.innerHTML = '';\n      bar.classList.remove('smc-ready');\n      btn.classList.remove('smc-ready');\n      btn.setAttribute('disabled', '');\n    }\n  }\n\n  window.smcgGoToCart = function() {\n    if (!smcgTier) return;\n    var target =\n      document.querySelector('button[name=\"add\"]') ||\n      document.querySelector('.product-form__submit') ||\n      document.querySelector('button[data-add-to-cart]') ||\n      document.querySelector('.btn-addtocart') ||\n      document.querySelector('input[type=\"submit\"][name=\"add\"]') ||\n      document.querySelector('form[action*=\"\/cart\/add\"]');\n    if (target) {\n      target.scrollIntoView({ behavior: 'smooth', block: 'center' });\n      target.style.outline = '3px solid #9a7a3a';\n      target.style.outlineOffset = '3px';\n      setTimeout(function() { target.style.outline = ''; target.style.outlineOffset = ''; }, 2000);\n    }\n  };\n})();\n\u003c\/script\u003e","brand":"Santa Monica Cigars","offers":[{"title":"Society","offer_id":52752942924052,"sku":null,"price":147.0,"currency_code":"USD","in_stock":true},{"title":"Executive","offer_id":52752942956820,"sku":null,"price":327.0,"currency_code":"USD","in_stock":true},{"title":"Chairman","offer_id":52752942989588,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0667\/8895\/0292\/files\/premium-cigars-subscription-santa-monica.jpg?v=1783157245","url":"https:\/\/santamonicacigars.com\/products\/cigar-subscription-3-month-gift","provider":"Santa Monica Cigars","version":"1.0","type":"link"}