Description
/* Scoped Styles for Product Description */
.gb-description-container {
background-color: #fdf6e3; /* Parchment color */
border: 2px solid #5e4b35; /* Leather brown border */
border-radius: 8px;
padding: 20px;
font-family: ‘Lato’, sans-serif;
color: #2c241b;
box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
max-width: 800px;
margin: 0 auto;
}
.gb-header {
text-align: center;
border-bottom: 2px solid #5e4b35;
margin-bottom: 20px;
padding-bottom: 10px;
}
.gb-title {
font-family: ‘Cinzel’, serif;
font-size: 1.8em;
color: #8b0000; /* Blood Red */
margin: 0;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
.gb-subtitle {
font-style: italic;
color: #666;
font-size: 0.9em;
margin-top: 5px;
}
.gb-lore-text {
font-size: 1.1em;
line-height: 1.6;
margin-bottom: 25px;
text-align: justify;
}
/* Stat Grid Layout */
.gb-stats-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
}
@media (max-width: 600px) {
.gb-stats-grid {
grid-template-columns: 1fr;
}
}
.gb-stat-box {
background: rgba(255,255,255,0.5);
border: 1px solid #d4c5b0;
padding: 15px;
border-radius: 5px;
}
.gb-stat-label {
font-family: ‘Cinzel’, serif;
font-weight: bold;
color: #5e4b35;
display: block;
margin-bottom: 8px;
font-size: 1.1em;
}
/* Heat Meter Bar */
.gb-meter-container {
background-color: #ddd;
border-radius: 10px;
height: 15px;
width: 100%;
overflow: hidden;
position: relative;
border: 1px solid #999;
}
.gb-meter-fill {
/* Dark red to black gradient for dangerous heat */
background: linear-gradient(90deg, #ff0000, #800000, #2b0000);
height: 100%;
width: 90%; /* Very High heat for “Extra Hot” */
border-radius: 10px 0 0 10px;
}
.gb-heat-text {
font-size: 0.85em;
font-weight: bold;
margin-top: 5px;
display: block;
color: #800000;
}
.gb-list {
margin: 0;
padding-left: 20px;
list-style-type: square;
}
.gb-list li {
margin-bottom: 5px;
}
.gb-ingredients {
font-size: 0.9em;
color: #4a4a4a;
font-style: italic;
border-top: 1px dashed #5e4b35;
padding-top: 15px;
}
Rogue’s Reckless Gambit
Embark on a daring culinary heist with this cunning blend of Reaper, Ghost, and Serrano peppers. This sauce offers an adventurous heat that is as stealthy and unpredictable as a rogue’s exploits. It hits you with a Sneak Attack when you least expect it!
Extra Hot (Critical Hit Damage)
- Chili & Stews
- Wings (For the brave)
- Tacos
- Any “Bland” Loot
Peppers (serrano, reaper, ghost), apple cider vinegar, garlic, lime juice, sugar, salt, reaper powder













