/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1744104214
Updated: 2025-04-08 10:23:34

*/

/*add media query so changes only affect tablet and desktop*/

@media (min-width: 767px) {

	/*set the image width*/

	article .entry-featured-image-url  {
		width: 50%;
		float: left;
		margin-bottom: 0!important;
	}

	/*set the details width*/
	article .entry-title,
	article .post-meta,
	article .post-content {
		width: 50%;
		float: left;
		padding-left: 60px;
	}
}

.fabricant-product-loop {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.fabricant-product-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.fabricant-product-row.row-reverse {
  flex-direction: row-reverse;
}

.fabricant-product-text {
  flex: 0 0 50%;
}

.fabricant-product-image img {
  flex: 0 0 50%;
}

.fabricant-product-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

