/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.acf-fields-container {
    display: flex; /* Align fields horizontally */
    gap: 15px; /* Add space between fields */
    justify-content: start; /* Adjust alignment, change to center if needed */
    flex-wrap: wrap; /* Wrap to the next line if there's not enough space */
}

.acf-field {
    background-color: #f0f0f0; /* Light gray background */
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 10px; /* Rounded corners */
    padding: 10px 15px; /* Add padding inside the box */
    font-size: 14px; /* Adjust font size */
    line-height: 1.5; /* Improve readability */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow */
    white-space: nowrap; /* Prevent text from breaking */
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.acf-field.strain-field {
    background-color: green;
    color: white;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}

.acf-field:hover {
    background-color: #e0e0e0; /* Slightly darker gray on hover */
    transform: translateY(-2px); /* Lift effect on hover */
}

/**** Brand Name ***/

.brand-list {
	font-weight: 300;
	font-size: 20px;
    color: #555; /* Neutral color for the brand names */
    font-style: italic; /* Optional: Italicize the brand names */
}

/*** Shop Archive Product Card ***/
.shop-archive-acf-fields-container {
    padding: 10px 15px 30px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px; /* Reduced gap for compact spacing */
}

.acf-field-archive{
   background-color: #f0f0f0; /* Light gray background */
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 10px; /* Rounded corners */
    padding: 0 10px; /* Add padding inside the box */
    font-size: 12px; /* Adjust font size */
	font-weight: 400;
    line-height: 1.5; /* Improve readability */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow */
    white-space: nowrap; /* Prevent text from breaking */
	display: flex;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.acf-field-archive strong {
	font-weight: bold;
    margin-right: 4px; /* Adds space between label and value */
}

.acf-field-archive.strain-field {
    background-color: green;
    color: white;
    padding: 0px 10px; /* Consistent with other fields */
    font-size: 12px;
	font-weight:900;
	text-transform: uppercase;
}

.cc-cart .cc_cart_items_list {
	color: white;
}

.cc-cart .cc_cart_items_list:hover {
	color: #2F7036;
}
