{"product_id":"classic-smoker-kit","title":"Classic Smoker Kit","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eFresh State — Classic Smoker Kit\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700\u0026amp;family=Manrope:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root{\n    --paper:#ffffff;\n    --paper-soft:#faf8fd;\n    --lav-100:#f1eafb;\n    --lav-200:#e6d9f7;\n    --line:#e3d7f3;\n    --ink:#241a30;\n    --ink-soft:#6a5f78;\n    --ink-faint:#978cab;\n    --plum-900:#2e1246;\n    --plum-800:#3d1a5c;\n    --violet-700:#5b1fa8;\n    --violet-600:#6f2bc2;\n    --violet-500:#8341d6;\n    --violet-100:#efe4fb;\n    --rose-600:#a3288f;\n    --ok:#3d8f5b;\n    --radius-sm:10px;\n    --radius-md:16px;\n    --radius-lg:26px;\n    --shadow-card: 0 1px 2px rgba(46,18,70,.06), 0 12px 32px -20px rgba(46,18,70,.35);\n    --max: 1180px;\n  }\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%;}\n  body{\n    margin:0;\n    background:var(--paper);\n    color:var(--ink);\n    font-family:'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;\n    -webkit-font-smoothing:antialiased;\n    text-rendering:optimizeLegibility;\n    line-height:1.5;\n  }\n  h1,h2,h3,.font-display{\n    font-family:'Fraunces', Georgia, serif;\n    font-weight:600;\n    color:var(--plum-900);\n    letter-spacing:-0.01em;\n    margin:0;\n  }\n  p{margin:0;}\n  a{color:inherit;text-decoration:none;}\n  ul{margin:0;padding:0;list-style:none;}\n  .wrap{max-width:var(--max);margin:0 auto;padding:0 28px;}\n  img{max-width:100%;display:block;}\n\n  \/* ---------- ICONS ---------- *\/\n  .icon{width:1em;height:1em;display:inline-block;vertical-align:-0.14em;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}\n  .icon.filled{fill:currentColor;stroke:none;}\n\n  \/* ---------- TOP UTILITY BAR ---------- *\/\n  .utility{\n    background:var(--plum-900);\n    color:#efe4fb;\n    font-size:12.5px;\n  }\n  .utility .wrap{display:flex;align-items:center;justify-content:space-between;height:36px;}\n  .utility .social{display:flex;gap:14px;align-items:center;opacity:.85;}\n  .utility .social .icon{width:14px;height:14px;}\n  .utility .curr{border:1px solid rgba(255,255,255,.25);border-radius:20px;padding:2px 10px;font-size:11.5px;letter-spacing:.03em;}\n\n  \/* ---------- HEADER ---------- *\/\n  header.site{\n    position:sticky;top:0;z-index:50;\n    background:rgba(255,255,255,.9);\n    backdrop-filter:blur(10px);\n    border-bottom:1px solid var(--line);\n  }\n  .nav{display:flex;align-items:center;justify-content:space-between;height:76px;gap:24px;}\n  .brand{display:flex;align-items:center;gap:10px;font-family:'Fraunces',serif;font-weight:700;font-size:20px;color:var(--plum-900);}\n  .brand .mark{\n    width:36px;height:36px;border-radius:9px;\n    background:linear-gradient(150deg,var(--violet-700),var(--plum-900));\n    display:flex;align-items:center;justify-content:center;color:#fff;\n    font-size:15px;font-weight:700;letter-spacing:-0.02em;\n    box-shadow:0 6px 14px -6px rgba(91,31,168,.6);\n  }\n  .brand small{display:block;font-family:'Manrope',sans-serif;font-weight:600;font-size:9px;letter-spacing:.16em;color:var(--ink-faint);margin-top:1px;}\n  nav.links{display:flex;gap:34px;font-size:14.5px;font-weight:600;color:var(--ink);}\n  nav.links a{position:relative;padding:6px 0;}\n  nav.links a::after{content:\"\";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--violet-600);transform:scaleX(0);transition:transform .25s ease;}\n  nav.links a:hover::after{transform:scaleX(1);}\n  .nav-actions{display:flex;align-items:center;gap:18px;color:var(--plum-900);}\n  .nav-actions .icon{width:19px;height:19px;}\n  .cart-dot{position:relative;}\n  .cart-dot::after{content:\"2\";position:absolute;top:-7px;right:-8px;background:var(--violet-600);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;}\n\n  \/* ---------- HERO \/ PRODUCT ---------- *\/\n  .product-section{padding:56px 0 40px;}\n  .product-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;align-items:start;}\n\n  \/* Visual \/ illustration card *\/\n  .visual-card{\n    background:linear-gradient(165deg, var(--lav-100), #fff 60%);\n    border:1px solid var(--line);\n    border-radius:var(--radius-lg);\n    padding:38px;\n    position:relative;\n    overflow:hidden;\n    box-shadow:var(--shadow-card);\n  }\n  .visual-card::before{\n    content:\"\";position:absolute;inset:0;\n    background:radial-gradient(circle at 85% 8%, rgba(131,65,214,.16), transparent 45%);\n  }\n  .glass-illustration{width:100%;height:auto;position:relative;z-index:1;}\n  .thumb-row{display:flex;gap:12px;margin-top:18px;}\n  .thumb{\n    flex:1;height:64px;border-radius:12px;border:1px solid var(--line);\n    background:var(--paper-soft);display:flex;align-items:center;justify-content:center;\n    color:var(--violet-500);\n  }\n  .thumb.active{border-color:var(--violet-500);box-shadow:0 0 0 3px var(--violet-100);}\n  .thumb .icon{width:22px;height:22px;}\n\n  \/* Product info column *\/\n  .rating-row{display:flex;align-items:center;gap:10px;color:var(--ink-soft);font-size:13.5px;font-weight:600;margin-bottom:14px;}\n  .stars{display:flex;gap:2px;color:var(--violet-600);}\n  .stars .icon{width:15px;height:15px;}\n  .stars .icon.dim{color:var(--lav-200);}\n\n  h1.pdp-title{font-size:36px;line-height:1.18;margin-bottom:16px;}\n\n  .price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:18px;}\n  .price-now{font-family:'Fraunces',serif;font-size:26px;font-weight:600;color:var(--violet-700);}\n  .price-was{font-size:15px;color:var(--ink-faint);text-decoration:line-through;}\n  .save-badge{\n    display:inline-flex;align-items:center;gap:5px;\n    background:var(--plum-900);color:#f4ecff;\n    font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:20px;\n    letter-spacing:.02em;\n  }\n  .save-badge .icon{width:12px;height:12px;}\n\n  .feature-bullets{display:flex;flex-direction:column;gap:9px;margin-bottom:28px;}\n  .feature-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:var(--ink);font-weight:500;line-height:1.5;}\n  .feature-bullets .icon{width:18px;height:18px;color:var(--violet-600);flex-shrink:0;margin-top:1px;}\n\n  .bundle-divider{display:flex;align-items:center;gap:14px;margin:6px 0 16px;}\n  .bundle-divider span{font-size:12px;font-weight:700;letter-spacing:.12em;color:var(--violet-700);white-space:nowrap;}\n  .bundle-divider::before,.bundle-divider::after{content:\"\";flex:1;height:1px;background:var(--line);}\n\n  .bundle-options{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;}\n  .bundle{\n    display:flex;align-items:center;gap:14px;\n    border:1.5px solid var(--line);border-radius:14px;padding:13px 16px;\n    cursor:pointer;position:relative;transition:border-color .15s, background .15s;\n    background:var(--paper);\n  }\n  .bundle:hover{border-color:var(--violet-400,#a68bd6);}\n  .bundle.selected{border-color:var(--violet-600);background:var(--violet-100);}\n  .bundle input{accent-color:var(--violet-600);width:17px;height:17px;flex-shrink:0;}\n  .bundle .b-icon{\n    width:38px;height:38px;border-radius:9px;background:var(--lav-100);\n    display:flex;align-items:center;justify-content:center;color:var(--violet-700);flex-shrink:0;\n  }\n  .bundle .b-icon .icon{width:19px;height:19px;}\n  .bundle .b-mid{flex:1;min-width:0;}\n  .bundle .b-title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14.5px;margin-bottom:2px;}\n  .tag{font-size:10px;font-weight:700;padding:3px 8px;border-radius:20px;letter-spacing:.04em;}\n  .tag.popular{background:var(--violet-600);color:#fff;}\n  .tag.best{background:var(--rose-600);color:#fff;}\n  .bundle .b-sub{font-size:12.5px;color:var(--ink-soft);}\n  .bundle .b-price{text-align:right;flex-shrink:0;}\n  .bundle .b-now{font-weight:700;font-size:14.5px;color:var(--violet-700);}\n  .bundle .b-was{font-size:11.5px;color:var(--ink-faint);text-decoration:line-through;}\n\n  .cta-row{display:flex;flex-direction:column;gap:10px;margin-bottom:22px;}\n  .btn{\n    display:flex;align-items:center;justify-content:center;gap:8px;\n    height:52px;border-radius:14px;font-weight:700;font-size:15px;\n    cursor:pointer;border:1.5px solid transparent;transition:transform .12s, box-shadow .12s;\n    font-family:'Manrope',sans-serif;\n  }\n  .btn:active{transform:scale(.98);}\n  .btn-primary{background:linear-gradient(135deg,var(--violet-600),var(--plum-800));color:#fff;box-shadow:0 10px 24px -10px rgba(91,31,168,.55);}\n  .btn-secondary{background:#fff;border-color:var(--plum-900);color:var(--plum-900);}\n\n  .mini-review{\n    display:flex;align-items:center;gap:12px;\n    border:1px solid var(--line);border-radius:14px;padding:12px 14px;margin-bottom:20px;\n    background:var(--paper-soft);\n  }\n  .mini-review .avatar{\n    width:40px;height:40px;border-radius:50%;flex-shrink:0;\n    background:linear-gradient(150deg,var(--violet-500),var(--plum-900));\n    display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13px;\n  }\n  .mini-review .mr-body p.name{font-weight:700;font-size:13px;display:flex;align-items:center;gap:6px;}\n  .mini-review .stars .icon{width:11px;height:11px;}\n  .mini-review .mr-quote{font-size:12.5px;color:var(--ink-soft);line-height:1.5;margin-top:2px;}\n\n  .pay-icons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px;}\n  .pay-chip{\n    display:flex;align-items:center;gap:5px;\n    border:1px solid var(--line);border-radius:8px;padding:6px 10px;\n    font-size:11px;font-weight:700;color:var(--ink-soft);background:#fff;\n  }\n  .pay-chip .icon{width:14px;height:14px;color:var(--violet-600);}\n\n  .timeline{display:flex;align-items:flex-start;justify-content:space-between;position:relative;padding:0 6px;}\n  .timeline::before{\n    content:\"\";position:absolute;top:19px;left:38px;right:38px;height:2px;\n    background:repeating-linear-gradient(90deg,var(--line) 0 6px,transparent 6px 12px);\n  }\n  .t-step{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;width:33%;position:relative;z-index:1;}\n  .t-step .t-dot{\n    width:38px;height:38px;border-radius:50%;background:#fff;border:2px solid var(--violet-600);\n    display:flex;align-items:center;justify-content:center;color:var(--violet-700);\n  }\n  .t-step .t-dot .icon{width:17px;height:17px;}\n  .t-step .t-date{font-size:12.5px;font-weight:700;color:var(--plum-900);}\n  .t-step .t-label{font-size:11.5px;color:var(--ink-soft);}\n\n  \/* ---------- ACCORDION (info) ---------- *\/\n  .info-accordion{margin-top:34px;border-top:1px solid var(--line);}\n  details.info-item{border-bottom:1px solid var(--line);}\n  details.info-item summary{\n    list-style:none;cursor:pointer;\n    display:flex;align-items:center;gap:12px;padding:18px 2px;\n    font-weight:700;font-size:15px;color:var(--plum-900);\n    line-height:1.4;\n  }\n  details.info-item summary::-webkit-details-marker{display:none;}\n  details.info-item summary .s-icon{\n    width:30px;height:30px;border-radius:9px;background:var(--lav-100);color:var(--violet-700);\n    display:flex;align-items:center;justify-content:center;flex-shrink:0;\n  }\n  details.info-item summary .s-icon .icon{width:15px;height:15px;}\n  details.info-item summary .chev{margin-left:auto;color:var(--ink-faint);transition:transform .2s;flex-shrink:0;}\n  details[open].info-item summary .chev{transform:rotate(180deg);}\n  .info-body{padding:0 2px 22px 54px;font-size:14.5px;line-height:1.7;color:var(--ink-soft);}\n  .info-body p{margin-bottom:12px;}\n  .info-body p:last-child{margin-bottom:0;}\n  .info-body ul{display:flex;flex-direction:column;gap:6px;margin:12px 0;}\n  .info-body ul li{display:flex;gap:8px;}\n  .info-body ul li::before{content:\"\";width:5px;height:5px;border-radius:50%;background:var(--violet-500);margin-top:8px;flex-shrink:0;}\n  .info-body ol{display:flex;flex-direction:column;gap:14px;counter-reset:step;margin:4px 0 0;}\n  .info-body ol li{display:flex;gap:12px;}\n  .info-body ol li::before{\n    counter-increment:step;content:counter(step);\n    width:24px;height:24px;border-radius:50%;background:var(--violet-600);color:#fff;\n    font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;\n  }\n  .info-body strong{color:var(--plum-900);}\n\n  \/* testimonial strip + cross sell *\/\n  .testimonial-strip{\n    display:flex;gap:14px;align-items:flex-start;\n    background:var(--lav-100);border-radius:16px;padding:18px 20px;margin:30px 0;\n  }\n  .testimonial-strip .avatar{\n    width:44px;height:44px;border-radius:50%;flex-shrink:0;\n    background:linear-gradient(150deg,var(--rose-600),var(--plum-900));\n    display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;\n  }\n  .testimonial-strip q{font-size:14.5px;font-style:normal;color:var(--ink);line-height:1.6;display:block;margin-bottom:6px;}\n  .testimonial-strip .who{font-size:12.5px;font-weight:700;color:var(--ink-soft);display:flex;align-items:center;gap:6px;}\n  .testimonial-strip .who .stars .icon{width:11px;height:11px;}\n\n  .crosssell{display:flex;flex-direction:column;gap:12px;margin-bottom:30px;}\n  .cs-item{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:14px;padding:12px;}\n  .cs-icon{width:52px;height:52px;border-radius:11px;background:var(--lav-100);color:var(--violet-700);display:flex;align-items:center;justify-content:center;flex-shrink:0;}\n  .cs-icon .icon{width:24px;height:24px;}\n  .cs-mid{flex:1;min-width:0;}\n  .cs-mid .cs-name{font-weight:700;font-size:14px;margin-bottom:2px;}\n  .cs-mid select{border:1px solid var(--line);border-radius:8px;font-size:12px;padding:2px 8px;color:var(--ink-soft);margin-top:4px;}\n  .cs-price{text-align:right;flex-shrink:0;}\n  .cs-price .now{font-weight:700;color:var(--violet-700);font-size:13.5px;display:block;}\n  .cs-price .was{font-size:11px;color:var(--ink-faint);text-decoration:line-through;}\n  .cs-add{\n    width:30px;height:30px;border-radius:50%;border:1.5px solid var(--violet-600);color:var(--violet-600);\n    display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff;\n  }\n  .cs-add .icon{width:14px;height:14px;}\n\n  .sticky-cart-hint{\n    display:flex;align-items:center;justify-content:space-between;gap:16px;\n    border:1px solid var(--line);border-radius:16px;padding:14px 18px;\n  }\n  .sticky-cart-hint .sc-icon{width:48px;height:48px;border-radius:11px;background:var(--lav-100);color:var(--violet-700);display:flex;align-items:center;justify-content:center;flex-shrink:0;}\n  .sticky-cart-hint .sc-icon .icon{width:22px;height:22px;}\n  .sticky-cart-hint .sc-mid{flex:1;font-size:13.5px;font-weight:700;}\n  .sticky-cart-hint .sc-mid .sc-price{display:block;font-size:12px;font-weight:600;color:var(--violet-700);margin-top:2px;}\n  .sticky-cart-hint .btn{height:42px;padding:0 22px;font-size:13.5px;}\n\n  \/* ---------- MARQUEE ---------- *\/\n  .marquee-band{\n    background:linear-gradient(90deg,var(--violet-700),var(--plum-900));\n    color:#f3e9ff;overflow:hidden;padding:13px 0;margin-top:20px;\n  }\n  .marquee-track{display:flex;gap:40px;white-space:nowrap;animation:scroll 26s linear infinite;width:max-content;}\n  .marquee-track span{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700;letter-spacing:.02em;}\n  .marquee-track .icon{width:15px;height:15px;}\n  @keyframes scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}\n\n  \/* ---------- SECTION shared ---------- *\/\n  .section{padding:88px 0;}\n  .section-head{max-width:640px;margin:0 auto 56px;text-align:center;}\n  .section-head h2{font-size:34px;line-height:1.25;margin-bottom:14px;}\n  .section-head p{color:var(--ink-soft);font-size:15.5px;line-height:1.6;}\n\n  \/* ---------- ACTION \/ FEATURES ---------- *\/\n  .action-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;align-items:center;}\n  .action-col{display:flex;flex-direction:column;gap:34px;}\n  .action-col.right{align-items:flex-end;text-align:right;}\n  .feat{max-width:250px;}\n  .feat .f-top{display:flex;align-items:center;gap:10px;margin-bottom:6px;}\n  .action-col.right .f-top{flex-direction:row-reverse;}\n  .feat .f-icon{width:34px;height:34px;border-radius:9px;background:var(--lav-100);color:var(--violet-700);display:flex;align-items:center;justify-content:center;flex-shrink:0;}\n  .feat .f-icon .icon{width:16px;height:16px;}\n  .feat h3{font-size:16px;font-family:'Manrope',sans-serif;font-weight:700;color:var(--plum-900);line-height:1.4;}\n  .feat p{font-size:13.5px;color:var(--ink-soft);line-height:1.55;}\n\n  .center-illustration{\n    background:linear-gradient(170deg,var(--lav-100),#fff 65%);\n    border:1px solid var(--line);border-radius:28px;\n    padding:40px 20px;\n    display:flex;align-items:center;justify-content:center;\n    box-shadow:var(--shadow-card);\n    position:relative;\n    min-height:420px;\n  }\n\n  \/* ---------- RITUAL split ---------- *\/\n  .ritual{\n    display:grid;grid-template-columns:1fr 1.05fr;\n    border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-card);\n  }\n  .ritual-visual{\n    background:radial-gradient(circle at 30% 20%, var(--violet-500), var(--plum-900) 75%);\n    min-height:420px;position:relative;display:flex;align-items:center;justify-content:center;\n  }\n  .ritual-visual svg{width:62%;height:auto;opacity:.95;}\n  .ritual-copy{background:var(--plum-900);color:#f3e9ff;padding:50px 46px;display:flex;flex-direction:column;justify-content:center;gap:18px;}\n  .ritual-copy h2{color:#fff;font-size:30px;line-height:1.25;}\n  .ritual-copy p{font-size:14.5px;line-height:1.75;color:#d9c7f2;}\n  .ritual-copy .r-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px;}\n  .ritual-copy .r-tags span{border:1px solid rgba(255,255,255,.25);border-radius:20px;padding:6px 13px;font-size:12px;font-weight:600;}\n\n  \/* ---------- GUARANTEE ---------- *\/\n  .guarantee{display:grid;grid-template-columns:auto 1fr;gap:56px;align-items:center;}\n  .badge-wrap{display:flex;justify-content:center;}\n  .guarantee-copy h2{font-size:32px;line-height:1.25;margin-bottom:16px;}\n  .guarantee-copy p{color:var(--ink-soft);font-size:15.5px;line-height:1.7;max-width:480px;margin-bottom:22px;}\n  .guarantee-points{display:flex;flex-direction:column;gap:12px;}\n  .guarantee-points li{display:flex;gap:10px;align-items:flex-start;font-size:14px;font-weight:600;color:var(--ink);line-height:1.5;}\n  .guarantee-points .icon{width:18px;height:18px;color:var(--violet-600);flex-shrink:0;margin-top:1px;}\n\n  \/* ---------- FAQ ---------- *\/\n  .faq-wrap{max-width:760px;margin:0 auto;}\n  details.faq-item{border-bottom:1px solid var(--line);}\n  details.faq-item summary{\n    list-style:none;cursor:pointer;padding:22px 4px;\n    display:flex;align-items:center;gap:14px;font-weight:700;font-size:15.5px;color:var(--plum-900);\n    line-height:1.4;\n  }\n  details.faq-item summary::-webkit-details-marker{display:none;}\n  details.faq-item summary .q-num{\n    font-family:'Fraunces',serif;font-size:14px;color:var(--violet-500);font-weight:600;flex-shrink:0;width:22px;\n  }\n  details.faq-item summary .chev{margin-left:auto;color:var(--ink-faint);transition:transform .2s;flex-shrink:0;}\n  details[open].faq-item summary .chev{transform:rotate(180deg);}\n  details.faq-item .faq-a{padding:0 4px 22px 36px;font-size:14.5px;color:var(--ink-soft);line-height:1.7;max-width:640px;}\n\n  \/* ---------- REVIEWS ---------- *\/\n  .reviews-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px;margin-bottom:36px;}\n  .reviews-head .rh-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}\n  .reviews-head .rh-left .stars .icon{width:18px;height:18px;}\n  .reviews-head .rh-left .r-count{font-weight:700;font-size:16px;color:var(--plum-900);}\n  .review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}\n  .review-card{\n    border:1px solid var(--line);border-radius:18px;padding:22px;\n    display:flex;flex-direction:column;gap:14px;background:#fff;\n  }\n  .review-card .stars .icon{width:13px;height:13px;}\n  .review-card p.rc-quote{font-size:14px;line-height:1.6;color:var(--ink);flex:1;}\n  .review-card .rc-who{display:flex;align-items:center;gap:10px;}\n  .review-card .rc-avatar{\n    width:34px;height:34px;border-radius:50%;flex-shrink:0;\n    background:linear-gradient(150deg,var(--violet-500),var(--plum-900));\n    display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;\n  }\n  .review-card .rc-name{font-size:12.5px;font-weight:700;}\n  .review-card .rc-date{font-size:11px;color:var(--ink-faint);}\n\n  \/* ---------- FOOTER ---------- *\/\n  footer.site{background:var(--plum-900);color:#e9dcfa;padding:64px 0 0;margin-top:20px;}\n  .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.12);}\n  .footer-brand .brand{color:#fff;margin-bottom:12px;}\n  .footer-brand p{font-size:13.5px;color:#c7b3e8;line-height:1.6;max-width:280px;}\n  .footer-social{display:flex;gap:12px;margin-top:18px;}\n  .footer-social a{\n    width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.25);\n    display:flex;align-items:center;justify-content:center;color:#e9dcfa;\n  }\n  .footer-social .icon{width:15px;height:15px;}\n  .footer-col h4{font-size:13px;font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:.02em;}\n  .footer-col ul{display:flex;flex-direction:column;gap:10px;}\n  .footer-col a{font-size:13.5px;color:#c7b3e8;}\n  .footer-col a:hover{color:#fff;}\n  .footer-lang select{background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:8px;padding:6px 10px;font-size:12.5px;}\n  .footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:22px 0;font-size:12px;color:#a893cc;}\n  .footer-bottom a{color:#a893cc;}\n  .footer-bottom a:hover{color:#fff;}\n  .legal-links{display:flex;gap:16px;flex-wrap:wrap;}\n\n  \/* ---------- responsive (tablet) ---------- *\/\n  @media (max-width: 980px){\n    .product-grid{grid-template-columns:1fr;gap:36px;}\n    .action-grid{grid-template-columns:1fr;text-align:center;}\n    .action-col, .action-col.right{align-items:center;text-align:center;}\n    .action-col.right .f-top{flex-direction:row;}\n    .center-illustration{order:-1;margin-bottom:10px;}\n    .ritual{grid-template-columns:1fr;}\n    .ritual-visual{min-height:260px;}\n    .guarantee{grid-template-columns:1fr;text-align:center;}\n    .guarantee-points{align-items:center;}\n    .guarantee-points li{text-align:left;}\n    .review-grid{grid-template-columns:1fr;}\n    .footer-grid{grid-template-columns:1fr 1fr;}\n    nav.links{display:none;}\n  }\n\n  \/* ---------- responsive (phones \/ iPhone) ---------- *\/\n  @media (max-width: 600px){\n    .wrap{padding:0 20px;}\n    body{font-size:15px;}\n    .section{padding:56px 0;}\n    .section-head{margin-bottom:40px;}\n    .section-head h2{font-size:25px;line-height:1.3;}\n    .section-head p{font-size:14px;line-height:1.6;}\n\n    h1.pdp-title{font-size:27px;line-height:1.3;}\n    .price-now{font-size:22px;}\n    .price-was{font-size:14px;}\n\n    details.info-item summary{font-size:14px;padding:16px 2px;gap:10px;}\n    details.info-item summary .s-icon{width:26px;height:26px;}\n    .info-body{font-size:13.5px;line-height:1.65;padding-left:38px;}\n\n    .testimonial-strip{padding:16px;gap:12px;}\n    .testimonial-strip q{font-size:13.5px;}\n\n    .marquee-track span{font-size:12px;}\n\n    .feat{max-width:none;}\n    .feat h3{font-size:15px;}\n    .feat p{font-size:13px;}\n\n    .ritual-copy{padding:36px 26px;}\n    .ritual-copy h2{font-size:23px;line-height:1.3;}\n    .ritual-copy p{font-size:13.5px;line-height:1.65;}\n\n    .guarantee-copy h2{font-size:24px;line-height:1.3;}\n    .guarantee-copy p{font-size:14px;line-height:1.6;}\n    .guarantee-points li{font-size:13.5px;}\n\n    details.faq-item summary{font-size:14px;padding:18px 2px;gap:10px;line-height:1.4;}\n    details.faq-item summary .q-num{width:18px;font-size:12.5px;}\n    details.faq-item .faq-a{font-size:13.5px;line-height:1.65;padding:0 2px 18px 28px;}\n\n    .reviews-head{margin-bottom:24px;}\n    .reviews-head .rh-left .r-count{font-size:14.5px;}\n    .review-card{padding:18px;}\n    .review-card p.rc-quote{font-size:13.5px;}\n\n    footer.site{padding:48px 0 0;}\n    .footer-grid{grid-template-columns:1fr;gap:28px;}\n  }\n\u003c\/style\u003e\n\n\n\n\u003csection class=\"product-section\"\u003e\n  \u003cdiv class=\"wrap\" style=\"max-width:760px;padding-top:56px;\"\u003e\n\n\n        \u003c!-- INFO ACCORDION --\u003e\n      \u003cdiv class=\"info-accordion\"\u003e\n        \u003cdetails class=\"info-item\" open\u003e\n          \u003csummary\u003e\n            \u003cspan class=\"s-icon\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 8l-9-5-9 5 9 5 9-5zM3 8v8l9 5 9-5V8M12 13v8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n            What's in the box\n            \u003cspan class=\"chev\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n          \u003c\/summary\u003e\n          \u003cdiv class=\"info-body\"\u003e\n            \u003cp\u003eEverything you need to start making smoky cocktails tonight is included. Inside every kit, you'll find:\u003c\/p\u003e\n            \u003cul\u003e\n              \u003cli\u003e1 premium cocktail smoker\u003c\/li\u003e\n              \u003cli\u003e6 natural wood chip flavors — apple, oak, cherry, peach, pear and walnut\u003c\/li\u003e\n              \u003cli\u003e1 cleaning brush, for easy upkeep\u003c\/li\u003e\n              \u003cli\u003e1 measuring spoon, for a perfect chip portion every time\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eIt's built for a clean, simple smoking experience — no guesswork, no extra gear to buy.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"info-item\"\u003e\n          \u003csummary\u003e\n            \u003cspan class=\"s-icon\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9.5 9a2.5 2.5 0 1 1 3.4 2.3c-.8.3-1.4 1-1.4 2v.5M12 17h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n            How it works\n            \u003cspan class=\"chev\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n          \u003c\/summary\u003e\n          \u003cdiv class=\"info-body\"\u003e\n            \u003col\u003e\n              \u003cli\u003e\n\u003cstrong\u003ePour.\u003c\/strong\u003e Fill your glass with your favorite spirit or cocktail, then add ice.\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eCap it.\u003c\/strong\u003e Set the smoker lid securely on top of the glass.\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eLoad the chips.\u003c\/strong\u003e Choose a wood flavor and add a small amount to the mesh basket.\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eTorch.\u003c\/strong\u003e Light the torch and pass the flame over the chips for 5–10 seconds.\u003c\/li\u003e\n              \u003cli\u003e\n\u003cstrong\u003eLift \u0026amp; sip.\u003c\/strong\u003e Remove the lid, take in the aroma, and enjoy your perfectly smoked drink.\u003c\/li\u003e\n            \u003c\/ol\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails class=\"info-item\"\u003e\n          \u003csummary\u003e\n            \u003cspan class=\"s-icon\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l8 4v6c0 5-3.4 8.4-8 10-4.6-1.6-8-5-8-10V6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n            Is checkout secure?\n            \u003cspan class=\"chev\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\n          \u003c\/summary\u003e\n          \u003cdiv class=\"info-body\"\u003e\n            \u003cp\u003eYes. Every order is processed through PayPal, one of the most trusted payment networks in the world. At checkout, you're redirected to PayPal's own secure portal to complete your payment.\u003c\/p\u003e\n            \u003cp\u003eYour card details are encrypted and handled entirely by PayPal — our site never sees or stores them. Every purchase is backed by PayPal Buyer Protection, from checkout through delivery.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"testimonial-strip\"\u003e\n        \u003cdiv class=\"avatar\"\u003eDH\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cq\u003eI was skeptical, but lighting the wood chips is a breeze. Smokes my scotch like a fancy bar — love it.\u003c\/q\u003e\n          \u003cdiv class=\"who\"\u003eDerek H\n            \u003cspan class=\"stars\"\u003e\n              \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ================= MARQUEE ================= --\u003e\n\u003cdiv class=\"marquee-band\"\u003e\n  \u003cdiv class=\"marquee-track\"\u003e\n    \u003cspan\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 7l-8-4-8 4 8 4 8-4zM4 7v10l8 4 8-4V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003eFast, tracked shipping — every order\u003c\/span\u003e\n    \u003cspan\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l8 4v6c0 5-3.4 8.4-8 10-4.6-1.6-8-5-8-10V6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e30-day money-back guarantee\u003c\/span\u003e\n    \u003cspan\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"9\" cy=\"21\" r=\"1\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18\" cy=\"21\" r=\"1\"\u003e\u003c\/circle\u003e\u003cpath d=\"M3 3h2l2.4 12.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.6L21 7H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003eSecure checkout via PayPal\u003c\/span\u003e\n    \u003cspan\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 7l-8-4-8 4 8 4 8-4zM4 7v10l8 4 8-4V7\"\u003e\u003c\/path\u003e\u003c\/svg\u003eFast, tracked shipping — every order\u003c\/span\u003e\n    \u003cspan\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l8 4v6c0 5-3.4 8.4-8 10-4.6-1.6-8-5-8-10V6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e30-day money-back guarantee\u003c\/span\u003e\n    \u003cspan\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"9\" cy=\"21\" r=\"1\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18\" cy=\"21\" r=\"1\"\u003e\u003c\/circle\u003e\u003cpath d=\"M3 3h2l2.4 12.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.6L21 7H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003eSecure checkout via PayPal\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ================= ACTION \/ FEATURES ================= --\u003e\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003ch2\u003eSee it in action\u003c\/h2\u003e\n      \u003cp\u003eFour small design choices that make a big difference in the glass.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"action-grid\"\u003e\n      \u003cdiv class=\"action-col\"\u003e\n        \u003cdiv class=\"feat\"\u003e\n          \u003cdiv class=\"f-top\"\u003e\n            \u003cdiv class=\"f-icon\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 21c1-4-1-6 1-10s-1-6 3-9M14 21c1-4-1-6 1-10s-1-6 3-9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003ch3\u003eCustom smoke profiles\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eSix wood chip flavors let you tune the smoke to the drink — and to your taste.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feat\"\u003e\n          \u003cdiv class=\"f-top\"\u003e\n            \u003cdiv class=\"f-icon\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003ch3\u003eReady in 30 seconds\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eNo setup fuss — light the chips, cap the glass, and you're smoking.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"center-illustration\"\u003e\n        \u003csvg viewbox=\"0 0 320 300\" width=\"82%\"\u003e\n          \u003cellipse cx=\"160\" cy=\"255\" rx=\"90\" ry=\"12\" fill=\"#efe4fb\"\u003e\u003c\/ellipse\u003e\n          \u003cpath d=\"M110 100 L114 250 C114 268 206 268 206 250 L210 100 Z\" fill=\"none\" stroke=\"#3d1a5c\" stroke-width=\"4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M116 170 L204 170 L200 250 C200 262 120 262 120 250Z\" fill=\"#8341d6\" opacity=\".5\"\u003e\u003c\/path\u003e\n          \u003cellipse cx=\"158\" cy=\"86\" rx=\"58\" ry=\"12\" fill=\"#5b1fa8\"\u003e\u003c\/ellipse\u003e\n          \u003cpath d=\"M100 86 C100 62 126 48 158 48 C190 48 216 62 216 86Z\" fill=\"#3d1a5c\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M150 8c8-10-4-16 2-28\" stroke=\"#c9b0ea\" stroke-width=\"4\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M166 12c10-8 0-20 10-30\" stroke=\"#c9b0ea\" stroke-width=\"4\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M138 14c-8-6 0-18-8-24\" stroke=\"#c9b0ea\" stroke-width=\"4\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"action-col right\"\u003e\n        \u003cdiv class=\"feat\"\u003e\n          \u003cdiv class=\"f-top\"\u003e\n            \u003cdiv class=\"f-icon\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 21V10l8-6 8 6v11M9 21v-7h6v7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003ch3\u003e100% natural wood\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eFood-safe, natural wood construction, no shortcuts or synthetics.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feat\"\u003e\n          \u003cdiv class=\"f-top\"\u003e\n            \u003cdiv class=\"f-icon\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 6h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n            \u003ch3\u003eMade to travel\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eCompact, sturdy, and easy to pack — bring the ritual anywhere.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ================= RITUAL ================= --\u003e\n\u003csection class=\"section\" style=\"padding-top:0;\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n    \u003cdiv class=\"ritual\"\u003e\n      \u003cdiv class=\"ritual-visual\"\u003e\n        \u003csvg viewbox=\"0 0 300 320\"\u003e\n          \u003cpath d=\"M150 10c12-16-6-26 4-42\" stroke=\"#e6d9f7\" stroke-width=\"4\" fill=\"none\" opacity=\".6\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M172 18c16-12 2-30 18-46\" stroke=\"#e6d9f7\" stroke-width=\"4\" fill=\"none\" opacity=\".45\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M128 22c-14-10-2-28-16-38\" stroke=\"#e6d9f7\" stroke-width=\"4\" fill=\"none\" opacity=\".5\"\u003e\u003c\/path\u003e\n          \u003cellipse cx=\"150\" cy=\"120\" rx=\"72\" ry=\"14\" fill=\"#efe4fb\"\u003e\u003c\/ellipse\u003e\n          \u003cpath d=\"M84 120 C84 92 112 76 150 76 C188 76 216 92 216 120Z\" fill=\"#fff\" opacity=\".92\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M105 140 L108 290 C108 306 192 306 192 290 L195 140 Z\" fill=\"none\" stroke=\"#fff\" stroke-width=\"4\" opacity=\".9\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M110 220 L190 220 L187 288 C187 300 113 300 113 288Z\" fill=\"#efe4fb\" opacity=\".85\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ritual-copy\"\u003e\n        \u003ch2\u003eMake every pour an occasion\u003c\/h2\u003e\n        \u003cp\u003eWatch soft curls of natural wood smoke wrap around your glass — warm, aromatic, unhurried. The Classic Smoker Kit turns a quick nightcap into a slower, more deliberate ritual: light the chips, wait a beat, and let real smoke meet real whiskey.\u003c\/p\u003e\n        \u003cp\u003eNo bar, no bartender, no line to wait in — just your favorite pour, made a little more special, right at home.\u003c\/p\u003e\n        \u003cdiv class=\"r-tags\"\u003e\n          \u003cspan\u003eNo experience needed\u003c\/span\u003e\n          \u003cspan\u003e5–10 second smoke\u003c\/span\u003e\n          \u003cspan\u003eReusable, refillable\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ================= GUARANTEE ================= --\u003e\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"wrap guarantee\"\u003e\n    \u003cdiv class=\"badge-wrap\"\u003e\n      \u003csvg width=\"220\" height=\"240\" viewbox=\"0 0 220 240\"\u003e\n        \u003cpath d=\"M110 6 L204 40 V120 C204 176 166 216 110 234 C54 216 16 176 16 120 V40 Z\" fill=\"none\" stroke=\"#5b1fa8\" stroke-width=\"3\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M110 20 L190 48 V120 C190 168 158 202 110 218 C62 202 30 168 30 120 V48 Z\" fill=\"#f1eafb\"\u003e\u003c\/path\u003e\n        \u003ctext x=\"110\" y=\"108\" text-anchor=\"middle\" font-family=\"Fraunces, serif\" font-size=\"46\" font-weight=\"700\" fill=\"#2e1246\"\u003e30\u003c\/text\u003e\n        \u003ctext x=\"110\" y=\"136\" text-anchor=\"middle\" font-family=\"Manrope, sans-serif\" font-size=\"13\" letter-spacing=\"3\" fill=\"#6f2bc2\" font-weight=\"700\"\u003eDAYS\u003c\/text\u003e\n        \u003cline x1=\"70\" y1=\"152\" x2=\"150\" y2=\"152\" stroke=\"#c9b0ea\" stroke-width=\"1.5\"\u003e\u003c\/line\u003e\n        \u003ctext x=\"110\" y=\"172\" text-anchor=\"middle\" font-family=\"Manrope, sans-serif\" font-size=\"10.5\" letter-spacing=\"1.5\" fill=\"#5b1fa8\" font-weight=\"700\"\u003eSATISFACTION\u003c\/text\u003e\n        \u003ctext x=\"110\" y=\"186\" text-anchor=\"middle\" font-family=\"Manrope, sans-serif\" font-size=\"10.5\" letter-spacing=\"1.5\" fill=\"#5b1fa8\" font-weight=\"700\"\u003eGUARANTEED\u003c\/text\u003e\n        \u003cpath d=\"M96 200 l6 10 8-14\" stroke=\"#a3288f\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"guarantee-copy\"\u003e\n      \u003ch2\u003eTry it risk-free for 30 days\u003c\/h2\u003e\n      \u003cp\u003eWe're confident you'll love the ritual. If the Classic Smoker Kit isn't for you, return it within 30 days of delivery for a full refund — no hoops to jump through.\u003c\/p\u003e\n      \u003cul class=\"guarantee-points\"\u003e\n        \u003cli\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 6L9 17l-5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Full refund within 30 days of delivery\u003c\/li\u003e\n        \u003cli\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 6L9 17l-5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e No complicated forms — just reach out to our team\u003c\/li\u003e\n        \u003cli\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 6L9 17l-5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Backed by PayPal Buyer Protection on every order\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ================= FAQ ================= --\u003e\n\u003csection class=\"section\" style=\"background:var(--paper-soft);padding-top:0;\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n    \u003cdiv class=\"section-head\"\u003e\n      \u003ch2\u003eWhat people ask us\u003c\/h2\u003e\n      \u003cp\u003eA few things worth knowing before your first pour.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-wrap\"\u003e\n      \u003cdetails class=\"faq-item\" open\u003e\n        \u003csummary\u003e\u003cspan class=\"q-num\"\u003e01\u003c\/span\u003eWhat makes the Classic Smoker Kit different from other smokers?\u003cspan class=\"chev\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eIt's built from solid oak with a tight-fitting lid, so smoke stays concentrated over your drink instead of drifting off. Six wood flavors are included from the start, with no separate accessory purchases needed to get going.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan class=\"q-num\"\u003e02\u003c\/span\u003eDo I need bartending experience to use it?\u003cspan class=\"chev\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eNot at all. The kit is designed for a five-step process anyone can follow the first time — pour, cap, load, torch, sip.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan class=\"q-num\"\u003e03\u003c\/span\u003eHow does it work?\u003cspan class=\"chev\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eAdd wood chips to the mesh basket, torch them for 5–10 seconds, then let the lid trap that smoke over your glass before lifting it off and enjoying your drink.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan class=\"q-num\"\u003e04\u003c\/span\u003eDoes the smoke change the taste of my drink?\u003cspan class=\"chev\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes — that's the point. A short smoke adds a gentle, aromatic layer on top of your spirit without overpowering it. Shorter smoke times give a lighter touch; longer times give a deeper, smokier finish.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan class=\"q-num\"\u003e05\u003c\/span\u003eHow long does shipping take?\u003cspan class=\"chev\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eOrders are typically packed within 1–2 business days, with delivery arriving roughly one to two weeks later depending on your location.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"faq-item\"\u003e\n        \u003csummary\u003e\u003cspan class=\"q-num\"\u003e06\u003c\/span\u003eIs my payment secure?\u003cspan class=\"chev\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"faq-a\"\u003eYes. All payments are processed through PayPal's encrypted, secure checkout, and your card details are never stored on our site.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ================= REVIEWS ================= --\u003e\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n    \u003cdiv class=\"reviews-head\"\u003e\n      \u003cdiv class=\"rh-left\"\u003e\n        \u003cdiv class=\"stars\"\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cspan class=\"r-count\"\u003e4.9 out of 5\u003c\/span\u003e\n        \u003cspan style=\"color:var(--ink-faint);font-size:13.5px;\"\u003e(70 reviews)\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cbutton class=\"btn btn-secondary\" style=\"height:42px;padding:0 20px;\"\u003eWrite a review\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-grid\"\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"stars\"\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"rc-quote\"\u003e\"Works as described it's pretty cool when relaxing with a nice cigar and Smokey glass of whiskey. I don't use it with every drink but I do seem to enjoy it more when really just chilling.\"\u003c\/p\u003e\n        \u003cdiv class=\"rc-who\"\u003e\n          \u003cdiv class=\"rc-avatar\"\u003eEB\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"rc-name\"\u003eE. B.\u003c\/div\u003e\n            \u003cdiv class=\"rc-date\"\u003e2026-08-27\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"stars\"\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"rc-quote\"\u003e\"I was so surprised to get so many extra free gifts! I had no idea about them when I ordered. I love nice little surprises like this.\"\u003c\/p\u003e\n        \u003cdiv class=\"rc-who\"\u003e\n          \u003cdiv class=\"rc-avatar\"\u003eMZ\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"rc-name\"\u003eM. Z.\u003c\/div\u003e\n            \u003cdiv class=\"rc-date\"\u003e2026-08-27\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cdiv class=\"stars\"\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg class=\"icon filled\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3 6.5 7 .9-5.2 4.8L18 21l-6-3.4L6 21l1.2-6.8L2 9.4l7-.9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"rc-quote\"\u003e\"As described, haven't tried yet. Looks good.\"\u003c\/p\u003e\n        \u003cdiv class=\"rc-who\"\u003e\n          \u003cdiv class=\"rc-avatar\"\u003eYR\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"rc-name\"\u003eY. R.\u003c\/div\u003e\n            \u003cdiv class=\"rc-date\"\u003e2026-08-26\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"FreshState","offers":[{"title":"Default Title","offer_id":58584763433334,"sku":null,"price":44.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1008\/1488\/1142\/files\/smokerhero_e7dea76a-8846-4c02-ac0e-bd1a1bf3b2d5.png?v=1788246552","url":"https:\/\/theforgedbuilds.com\/products\/classic-smoker-kit","provider":"FreshState","version":"1.0","type":"link"}