🚚 Ships in 24–72 hrs · Free U.S. shipping $50+

📦 Discreet packaging · No branding

💳 Pay later with Shop Pay, Sezzle & Afterpay

Privacy policy

:root{ --hf-text:#111; --hf-muted:#666; --hf-border:#e9e9e9; --hf-surface:#ffffff; --hf-soft:#f6f6f6; --hf-shadow: 0 10px 30px rgba(0,0,0,.06); --hf-radius:18px; --hf-max:1100px; --hf-link:#111; } .hf-legal{font-family:inherit;color:var(--hf-text);} .hf-wrap{max-width:var(--hf-max);margin:0 auto;padding:0 16px;} .hf-hero{ border-radius:var(--hf-radius); background:linear-gradient(180deg,#0f0f10 0%, #151517 100%); color:#fff; overflow:hidden; box-shadow:var(--hf-shadow); } .hf-hero-inner{padding:34px 18px;} @media(min-width:768px){ .hf-hero-inner{padding:54px 56px;} } .hf-kicker{letter-spacing:.14em;text-transform:uppercase;font-size:12px;opacity:.9;margin:0 0 8px;} .hf-h1{font-size:30px;line-height:1.1;margin:0 0 10px;font-weight:850;} @media(min-width:768px){ .hf-h1{font-size:44px;} } .hf-sub{max-width:820px;font-size:15.5px;line-height:1.7;margin:0;opacity:.92;} .hf-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;} .hf-chip{ display:inline-flex;align-items:center;gap:8px; font-size:12px;line-height:1; padding:10px 12px;border-radius:999px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18); color:#fff; } .hf-section{padding:18px 0;} .hf-card{ background:var(--hf-surface); border:1px solid var(--hf-border); border-radius:var(--hf-radius); padding:18px; box-shadow: 0 1px 0 rgba(0,0,0,.02); } @media(min-width:768px){ .hf-card{padding:26px;} } .hf-grid{display:grid;gap:14px;} @media(min-width:980px){ .hf-grid{grid-template-columns: 1fr 320px;} } .hf-h2{font-size:20px;margin:0 0 10px;line-height:1.25;font-weight:850;} @media(min-width:768px){ .hf-h2{font-size:24px;} } .hf-h3{font-size:16px;margin:18px 0 8px;line-height:1.25;font-weight:850;} .hf-p{margin:0 0 12px;line-height:1.75;color:var(--hf-text);} .hf-muted{color:var(--hf-muted);} .hf-hr{height:1px;background:var(--hf-border);border:0;margin:14px 0;} a.hf-link, .hf-legal a{ color:var(--hf-link); text-decoration:underline; text-underline-offset:3px; } /* TOC */ .hf-toc{ background:var(--hf-soft); border:1px solid var(--hf-border); border-radius:14px; padding:14px; } .hf-toc-title{font-weight:850;margin:0 0 10px;font-size:14px;} .hf-toc-list{list-style:none;margin:0;padding:0;display:grid;gap:8px;} .hf-toc-list a{font-size:13px;line-height:1.35;text-decoration:underline;color:var(--hf-text);} /* Accordion sections */ .hf-acc{display:grid;gap:10px;} .hf-acc details{ border:1px solid var(--hf-border); border-radius:14px; background:#fff; padding:14px 14px; } .hf-acc summary{ cursor:pointer; font-weight:850; list-style:none; display:flex; align-items:center; justify-content:space-between; gap:10px; } .hf-acc summary::-webkit-details-marker{display:none;} .hf-acc summary .hf-sumtext{font-size:14.5px;line-height:1.3;} .hf-acc summary .hf-plus{ width:28px;height:28px;border-radius:999px; border:1px solid var(--hf-border); display:inline-flex;align-items:center;justify-content:center; font-weight:900; flex:0 0 auto; background:var(--hf-soft); } details[open] summary .hf-plus{transform:rotate(45deg);} .hf-acc .hf-body{margin-top:10px;} /* Contact / Business card */ .hf-contact{ background:var(--hf-soft); border:1px solid var(--hf-border); border-radius:14px; padding:14px; } .hf-contact .hf-p{margin-bottom:10px;} .hf-mini{font-size:13px;line-height:1.6;margin:0;color:var(--hf-muted);} .hf-strong{font-weight:850;color:var(--hf-text);} /* Cookie table */ .hf-table{ width:100%; border-collapse:separate; border-spacing:0; overflow:hidden; border:1px solid var(--hf-border); border-radius:14px; } .hf-table th, .hf-table td{ padding:12px 12px; border-bottom:1px solid var(--hf-border); vertical-align:top; font-size:13.5px; line-height:1.55; } .hf-table th{ text-align:left; background:var(--hf-soft); font-weight:850; } .hf-table tr:last-child td{border-bottom:0;} .hf-table code{ font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; font-size:12.5px; background:#fafafa; border:1px solid var(--hf-border); padding:2px 6px; border-radius:8px; } /* Footer note */ .hf-note{ font-size:12.5px; color:var(--hf-muted); line-height:1.6; margin:0; }