
Strawberry Flavor Spray
9 coupons
:root { --blue: #1a3a8f; --blue-mid: #2251c5; --blue-light: #e8eeff; --red: #c8102e; --white: #ffffff; --gray-light: #f5f7fb; --gray-mid: #e2e6f0; --text: #1a1a2e; --text-muted: #4a5060; --radius: 10px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: var(--text); background: var(--white); line-height: 1.7; } .pd-wrapper { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; } /* HEADINGS */ .pd-h2 { font-size: 22px !important; font-weight: 800; color: var(--blue); margin: 36px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--blue-light); } /* AROMA HERO */ .aroma-hero { background: linear-gradient(135deg, #fff8f0 0%, #fff0f8 100%); border: 2px solid #f5c6a0; border-radius: 16px; padding: 28px 24px; margin-bottom: 24px; } .aroma-hero h2 { font-size: 26px !important; font-weight: 900; color: #1a1a2e; margin-bottom: 12px; line-height: 1.25; } .aroma-hero p { font-size: 16px !important; color: #4a5060; line-height: 1.7; margin-bottom: 0; } .flavor-badge { display: inline-block; background: #c8102e; color: #ffffff; font-size: 12px !important; font-weight: 700; padding: 4px 12px; border-radius: 20px; margin-bottom: 12px; letter-spacing: 0.5px; text-transform: uppercase; } .aroma-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; } .aroma-tag { background: #ffffff; border: 1.5px solid #f5c6a0; font-size: 13px !important; font-weight: 600; padding: 5px 12px; border-radius: 20px; color: #1a1a2e; } /* TRUST BADGES */ .trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; } .trust-badge { display: flex; align-items: center; gap: 6px; background: var(--gray-light); border: 1px solid var(--gray-mid); border-radius: 8px; padding: 8px 12px; font-size: 13px !important; font-weight: 600; color: var(--text); } .badge-icon { font-size: 16px; } /* HOW TO */ .howto-section { background: var(--gray-light); border-radius: 16px; padding: 24px; margin-bottom: 24px; } .howto-section h3 { font-size: 20px !important; font-weight: 800; color: var(--blue); margin-bottom: 6px; } .howto-subtitle { font-size: 15px !important; color: var(--text-muted); margin-bottom: 18px; } .section-label { font-size: 11px !important; font-weight: 700; color: var(--blue-mid); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 4px; } .howto-rule { background: #eef2ff !important; border-left: 4px solid var(--blue); border-radius: 6px; padding: 10px 14px; font-size: 14px !important; margin-bottom: 18px; } .howto-rule .label { font-weight: 700; color: #1a3a8f !important; } .howto-steps { display: flex; flex-direction: column; gap: 14px; } .howto-step { display: flex; gap: 14px; align-items: flex-start; } .step-num { flex-shrink: 0; width: 36px; height: 36px; background: var(--blue); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px !important; font-weight: 900; } .step-body h4 { font-size: 16px !important; font-weight: 800; color: var(--text); margin-bottom: 4px; } .step-body p { font-size: 15px !important; color: var(--text-muted); line-height: 1.6; margin: 0; } /* TERPSKI */ .terpski-block { display: flex; gap: 16px; align-items: flex-start; background: #fff8e1; border: 1px solid #ffe082; border-radius: 14px; padding: 18px; margin-bottom: 24px; } .terpski-avatar { width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0; } .terpski-text p { font-size: 15px !important; color: var(--text); line-height: 1.6; margin-bottom: 8px; } .terpski-text p:last-child { margin-bottom: 0; } /* INGREDIENTS */ .ingredients-block { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; } .ingredient-pill { background: #e8f5e9; border: 1px solid #a5d6a7; color: #1b5e20; font-size: 13px !important; font-weight: 600; padding: 6px 14px; border-radius: 20px; } .ingredient-pill.no-pill { background: #fce4ec; border-color: #ef9a9a; color: #b71c1c; } /* FLAVOR BURST */ .flavor-burst-section { background: linear-gradient(135deg, #fff8e1 0%, #fff3e0 100%); border: 2px solid #ffcc02; border-radius: 16px; padding: 24px; margin-bottom: 24px; } .flavor-burst-section h3 { font-size: 20px !important; font-weight: 800; color: #e65100; margin-bottom: 10px; } .fb-intro { font-size: 15px !important; color: var(--text-muted); margin-bottom: 16px; line-height: 1.7; } .blend-grid { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; } .blend-row { display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 10px; padding: 10px 14px; border: 1px solid #ffe082; flex-wrap: wrap; } .blend-base { font-size: 14px !important; font-weight: 600; color: var(--text); flex: 1; min-width: 160px; } .blend-arrow { font-size: 18px; color: #e65100; font-weight: 900; } .blend-result { font-size: 15px !important; font-weight: 800; color: #e65100; } .fb-note { font-size: 13px !important; color: var(--text-muted); font-style: italic; margin-bottom: 0; } /* SPRAY MASTER */ .spray-master-block { display: flex; gap: 16px; align-items: flex-start; background: #ffffff; border: 2px solid var(--blue); border-radius: 14px; padding: 18px; margin-bottom: 24px; } .sm-icon { font-size: 32px; flex-shrink: 0; } .sm-text h4 { font-size: 17px !important; font-weight: 800; color: var(--blue); margin-bottom: 6px; } .sm-text p { font-size: 15px !important; color: var(--text-muted); line-height: 1.6; margin-bottom: 10px; } .sm-link { color: var(--blue); font-weight: 700; font-size: 15px !important; text-decoration: none; } .sm-link:hover { text-decoration: underline; } /* STORAGE */ .storage-block { background: var(--gray-light); border-radius: 12px; padding: 18px 20px; margin-bottom: 28px; } .storage-block h3 { font-size: 17px !important; font-weight: 800; color: var(--text); margin-bottom: 8px; } .storage-block p { font-size: 15px !important; color: var(--text-muted); line-height: 1.7; margin: 0; } /* VIDEO */ .video-section { margin-bottom: 28px; } .video-section h3 { font-size: 21px !important; font-weight: 800; color: var(--blue); margin-bottom: 6px; } .video-section p { font-size: 16px !important; color: var(--text-muted); margin-bottom: 14px; line-height: 1.7; } .video-wrap { position: relative; padding-bottom: 177.78%; height: 0; overflow: hidden; border-radius: 14px; background: #000; max-width: 340px; } .video-wrap iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; border: 0; border-radius: 14px; } @media (max-width: 600px) { .pd-wrapper { padding: 20px 14px 50px; } .aroma-hero, .howto-section, .flavor-burst-section { padding: 20px 18px; } .spray-master-block { flex-wrap: wrap; } .terpski-block { flex-wrap: wrap; } } Sweet Classic Fresh. Sweet. Sun-Ripened Strawberry. Strawberry Terpene Spray delivers a fresh, sun-ripened strawberry aroma β bright red fruit sweetness, a light floral note, and a clean, juicy finish. This is the sweet berry profile that never gets old. A light mist allows the fresh strawberry terpene character to open up and blend naturally with your flower. The result is a bright, sweet, berry-forward profile with a natural finish. π Fresh Strawberry πΈ Light Floral π¬ Berry Sweet β¨ Juicy Finish πΏ 100% Botanical Terpenes β No PG Β· No PEG Β· No Fillers β‘ Ready to Use β No Mixing π¦ 5ml to Gallon Sizes π Established 2019 Step-by-Step How to Apply Strawberry Terpene Spray Results in 15β20 minutes. Works on any batch size β from a single gram to commercial scale. Starting Amount: Use approximately 2ml of terpene spray per ounce of flower. Start light β you can always add a second coat. 1 Prepare Your Flower Place your dried cannabis flower in a clean bowl or tray. Starting with a small 3β5g test batch lets you dial in your spray distance and pass count before treating your full batch. 2 Apply a Light, Even Mist Hold the sprayer 6β8 inches from the flower and apply a light, even mist across the surface. Use short, overlapping passes β avoid soaking any single spot. Two light passes beat one heavy pass every time. 3 Seal and Let It Open Up Transfer the sprayed flower into an airtight glass jar. Seal and allow 15β20 minutes minimum for the terpenes to integrate. For a fully developed, layered profile, cure for up to 24β48 hours. Open briefly once or twice to release excess moisture. Terpski β Your AI Terpene Spray Guru Need help on how much to use? What flavor or strain compliments your product? Just chat with Terpski using the chat bubble on this page. Tell him what you are working with and let him guide you to your customized aroma and taste. What's in the Bottle πΏ Botanical Terpenes πΈ Natural Aroma Compounds β No PG β No PEG β No Fillers Terps USA Terpene Sprays are made with 100% botanical, plant-derived terpenes β steam-distilled for purity and flavor, blended into a smooth botanical base for optimal application. Ready to use right out of the bottle. No mixing. No dilution. π¨ Build a Custom Blend with Flavor Burst Strawberry Terpene Spray is perfect on its own β but many customers love customizing their profile by adding just a few drops of Flavor Burst to the Spray Master cup while spraying. A little goes a long way. Strawberry Spray + Banana Flavor Burst β π Strawnana Split Strawberry Spray + Mango Flavor Burst β π₯ Strawberry Mango Sunset Strawberry Spray + Pineapple Flavor Burst β π Strawberry Pineapple Punch Flavor Burst is extremely concentrated β a little goes a long way. Start with 1β2 drops and chat with Terpski if you want help dialing in your blend. π¨ Shop All Flavor Burst β π― Spray Master + Pick 6 Bundle β π― Pro Tip: Get More from Every Bottle with the Spray Master The Spray Master atomizer produces an ultra-fine, even mist that distributes terpenes across flower more consistently than a standard spray top. Compared to a bag method, the Spray Master can double your coverage β meaning you use less spray and get better, more even results every time. Explore the Spray Master β π― Best Value: Spray Master + Pick 6 Flavor Burst β βΆ See It in Action Watch the Spray Master apply terpene spray β even coverage, professional results, every time. Storage Instructions Store bottles upright with the airtight cap installed. Do not store with the spray top attached to the bottle. Proper storage preserves the terpene aroma and freshness between sessions. Keep in a cool, dry place away from direct sunlight.
Save on Strawberry Flavor Spray with a Terps USA coupon
Checkmate is a savings app with over one million users that have saved $$$ on brands like Terps USA.
The Checkmate extension automatically applies Terps USA discount codes, Terps USA coupons and more to give you discounts on products like Strawberry Flavor Spray.
Top Terps USA discount codes
55 people have used this Terps USA promo code
Last used 7 days ago
25% Off When You Shopping
Last used 7 days ago
6 people have used this Terps USA coupon code
Last used 7 days ago
See all codes
Similar items




