/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.1
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

/* Grind option selector for coffee bean products */
.bb-grind-option {
	margin-bottom: 1.5em;
}

.bb-grind-option label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.bb-grind-option select {
	width: 100%;
	max-width: 300px;
	padding: 0.6em;
	margin-bottom: 0.3em;
}

.bb-grind-description {
	font-size: 0.85em;
	color: #666;
	margin-top: 0.3em;
}

/* Alias the typo font name "Plus Jakarta" to the correct variable font file */
@font-face{font-family:'Plus Jakarta';font-style:normal;font-weight:100 900;font-display:swap;src:url('https://blakbrews.com/wp-content/uploads/2024/02/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');}

/* Fallback: hide accordion items whose content is completely empty */
.elementor-accordion-item:has(.elementor-tab-content:empty) {
	display: none;
}