/* Safe Animation Keyframes */
@keyframes rk-blow {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
@keyframes rk-tumble {
0% { transform: translate(0, 0) rotate(0deg); }
20% { transform: translate(100px, -15px) rotate(360deg); }
40% { transform: translate(200px, 0) rotate(720deg); }
60% { transform: translate(300px, -10px) rotate(1080deg); }
80% { transform: translate(400px, 0) rotate(1440deg); }
100% { transform: translate(600px, -5px) rotate(2160deg); }
}
.rk-safe-box {
position: relative;
overflow: hidden;
max-width: 450px;
margin: 20px auto;
background-color: #e6d5b8;
border: 2px solid #b35a38;
border-radius: 8px;
padding: 25px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #2c1e16;
box-shadow: 0 8px 15px rgba(138, 75, 49, 0.2);
}
/* Safe Sand Layer using basic CSS pattern */
.rk-safe-sand {
position: absolute;
top: 0; left: 0;
width: 200%; height: 100%;
background-image: radial-gradient(#b35a38 1px, transparent 1px);
background-size: 25px 25px;
opacity: 0.15;
pointer-events: none;
z-index: 1;
animation: rk-blow 15s linear infinite;
}
/* Safe Tumbleweed using standard div */
.rk-safe-tweed {
position: absolute;
bottom: 20px; left: -40px;
width: 30px; height: 30px;
background-color: rgba(138, 75, 49, 0.15);
border: 1px dashed #8a4b31;
border-radius: 50%;
pointer-events: none;
z-index: 2;
animation: rk-tumble 10s linear infinite;
}
/* Protected Content Area */
.rk-safe-content {
position: relative;
z-index: 10;
}
.rk-safe-content h2 {
margin: 0 0 5px 0;
font-size: 20px;
color: #b35a38;
text-transform: uppercase;
font-weight: 900;
letter-spacing: -0.5px;
}
.rk-safe-tag {
font-size: 13px;
color: #4a6c40;
font-weight: 800;
font-style: italic;
margin: 0 0 15px 0;
border-bottom: 2px dashed #b35a38;
padding-bottom: 10px;
}
.rk-safe-content p {
font-size: 14px;
line-height: 1.5;
margin: 0 0 15px 0;
}
.rk-safe-list {
background: rgba(255, 255, 255, 0.6);
border-left: 4px solid #4a6c40;
padding: 12px 12px 12px 25px;
margin: 0;
font-size: 13px;
border-radius: 0 4px 4px 0;
}
.rk-safe-list li { margin-bottom: 6px; }
.rk-safe-list li:last-child { margin-bottom: 0; }
.rk-safe-hide { display: none; }
Ripkitty 4.5" Cactus Glass Pipe
Desert vibes. Glass art. Rips clean.
Get lit like the Tucson sun. Crafted by the Ripkitty brand and curated for the Industrial Hemp Flower collective, this heavy-duty borosilicate spoon pipe brings heat with lush green arms, fiery red buds, and a spiked grip. Drop it in your cart and let the Ripkitty x Bud’s Growery storefront bring the Southwest to your sesh.
-
Size: 4.5" Compact Dry Herb Spoon
-
Material: Heavy Borosilicate Glass
-
Design: Handcrafted Cactus with textured grip
- *Color patterns shipped randomly
cactus pipe, hand pipe, spoon pipe, novelty pipe, 420 glass, Ripkitty, Bud’s Growery, Ripkitty x Bud’s Growery, Industrial Hemp Flower, RK-CHPS45, dry herb hand pipe.
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Ripkitty 4.5" Borosilicate Glass Cactus Spoon Pipe | Dry Herb Hand Pipe",
"description": "Handblown desert-styled glass spoon pipe. Crafted by Ripkitty, engineered for dry herb use, and curated by the Industrial Hemp Flower collective for Ripkitty x Bud's Growery.",
"sku": "RK-CHPS45",
"brand": {
"@type": "Brand",
"name": "Ripkitty"
},
"seller": {
"@type": "Organization",
"name": "Ripkitty x Bud's Growery",
"parentOrganization": {
"@type": "Organization",
"name": "Industrial Hemp Flower"
}
},
"category": "Smoking Accessories > Hand Pipes",
"offers": {
"@type": "Offer",
"priceCurrency": "USD",
"price": "29.99",
"availability": "https://schema.org/InStock"
},
"additionalProperty": [
{ "@type": "PropertyValue", "name": "Length", "value": "4.5 Inches" },
{ "@type": "PropertyValue", "name": "Material", "value": "Borosilicate Glass" }
]
}