/**
 * SMT Flash Sale × Đông Dương Wine — shop catalog shield.
 *
 * Loaded after plugin chrome CSS. Do not rewrite Flatsome grid/list.
 * The plugin bar sits in .title-wrapper; card layout stays the theme's.
 *
 * @package dongduongwine
 */

/* Bar must not stretch the catalog image frame. */
.products .title-wrapper .smt-fs-loop-flash--bar,
.products .title-wrapper .smt-fs-bar-wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 7px 0;
	float: none;
	clear: none;
}

/* Keep 3:4 image frame if plugin CSS ever targets .box-image. */
.products.row > .col .box-image {
	max-width: 100%;
}
