/* 
Theme Name: WAI Hello Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* Add Products to groups */
#product-grid .series-container {
  background-color: var(--e-global-color-04eb416);
  border: 1px solid var(--e-global-color-970d2fe);
  border-radius: 2px;
  padding: 24px;
  margin-bottom: 16px;
}

#product-grid .series-container .products-container,
#product-grid .default-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 8px;
}

#product-grid .default-container {
  gap: 16px;
}

#product-grid .jet-listing-grid__item {
  padding: 0 !important;
}

#product-grid .clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#product-grid .series-container > a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 24px;
}

#product-grid .series-container > a .next-image-wrapper img {
  opacity: 0.5;
  transition: 0.3s;
}

#product-grid .series-container > a:hover .next-image-wrapper img {
  opacity: 1;
  transform: translateX(10px);
}

#product-grid .series-container h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

#product-grid ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
}

#product-grid ul li {
  padding: 8px;
  background-color: #0f3b70;
  color: white;
  font-size: 13px;
  line-height: 100%;
  border-radius: 2px;
}

#product-grid .image-wrapper {
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
/*   padding-top: 24px; */
}

#product-grid .image-wrapper img {
  max-height: 100px;
}

#product-grid .next-image-wrapper {
  flex-shrink: 0;
  margin-left: auto;
}

#product-grid .series-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 16px;
}

#product-grid .series-title p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: var(--e-global-color-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
	#product-grid .image-wrapper {
		max-width: 100% !important;
		height: auto !important;
	}
	#product-grid .series-container > a {
		flex-direction: column;
		gap: 0;
	}
	#product-grid .image-wrapper {
		width: 100%;
	}
	#product-grid .image-wrapper img {
	  	max-height: 250px !important;
		max-width: 100%;
		width: 100%;
		object-fit: contain;
	}
	#product-grid .next-image-wrapper {
		display: none;
	}
	#product-grid .series-container {
		padding: 8px;
	}
	#product-grid .content-wrapper {
		width: 100%;
	}
}

/* Notes Field Data problems */
.elementor-widget-jet-listing-dynamic-field[data-id="0e7ccb5"] .jet-listing-dynamic-field__content {
	height: auto !important;
	padding: 12px 0;
}

@media only screen and (max-width: 768px) {
	body .elementor-widget-jet-listing-dynamic-field[data-id="0e7ccb5"] .elementor-widget-container .jet-listing-dynamic-field__content {
	height: auto !important;
}