/* Grid 1 — compact cards (default) */
.asnp-theme-grid_1.asnp-App-GridItem-wrapper {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px 6px;
}

.asnp-theme-grid_1 .asnp-bundle-item {
	flex: 0 0 auto;
	width: auto;
}

.asnp-theme-grid_1 .asnp-BundleGridItem-ProductBox {
	border: 0 solid transparent;
	box-shadow: none;
	flex: 0 0 auto;
	max-width: none;
}

/* Grid 1 — card sizes (small/medium/large control columns per row) */
.asnp-theme-grid_1 .asnp-BundleGridItem-ProductBox.asnp-small {
	width: 72px;
}

.asnp-theme-grid_1 .asnp-BundleGridItem-ProductBox.asnp-medium {
	width: 94px;
}

.asnp-theme-grid_1 .asnp-BundleGridItem-ProductBox.asnp-large {
	width: 118px;
}

.asnp-theme-grid_1 .asnp-BundleGridItem-imageBox.asnp-small {
	height: 72px;
}

.asnp-theme-grid_1 .asnp-BundleGridItem-imageBox.asnp-medium {
	height: 94px;
}

.asnp-theme-grid_1 .asnp-BundleGridItem-imageBox.asnp-large {
	height: 118px;
}

.asnp-theme-grid_1 .asnp-BundleGridItem-product-info.asnp-small {
	margin-top: -10px;
	min-height: 42px;
	padding: 3px;
	width: 66px;
}

.asnp-theme-grid_1 .asnp-BundleGridItem-product-info.asnp-medium {
	margin-top: -12px;
	min-height: 50px;
	padding: 4px;
	width: 82px;
}

.asnp-theme-grid_1 .asnp-BundleGridItem-product-info.asnp-large {
	margin-top: -12px;
	min-height: 54px;
	padding: 4px;
	width: 102px;
}

.asnp-theme-grid_1 .asnp-plus-icon {
	flex: 0 0 24px;
	max-width: 24px;
	min-width: 24px;
	width: 24px;
}

/* Grid 2 — larger cards with border and shadow */
.asnp-theme-grid_2.asnp-App-GridItem-wrapper--grid2 {
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 10px;
	margin: 0;
	padding: 8px 0;
}

.asnp-theme-grid_2 .asnp-bundle-item {
	flex: 0 0 auto;
	margin: 0;
	width: auto;
}

.asnp-theme-grid_2 .asnp-BundleGridItem-ProductBox {
	background: #fff;
	border: 2px solid #e8e8ef;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	padding-bottom: 8px;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.asnp-theme-grid_2 .asnp-BundleGridItem-ProductBox.asnp-small {
	width: 88px;
}

.asnp-theme-grid_2 .asnp-BundleGridItem-ProductBox.asnp-medium {
	width: 130px;
}

.asnp-theme-grid_2 .asnp-BundleGridItem-ProductBox.asnp-large {
	width: 150px;
}

.asnp-theme-grid_2 .asnp-BundleGridItem-imageBox.asnp-small {
	height: 88px;
}

.asnp-theme-grid_2 .asnp-BundleGridItem-imageBox.asnp-medium {
	height: 130px;
}

.asnp-theme-grid_2 .asnp-BundleGridItem-imageBox.asnp-large {
	height: 150px;
}

.asnp-theme-grid_2 .asnp-BundleGridItem-imageBox {
	border-radius: 10px 10px 0 0;
}

.asnp-theme-grid_2 .asnp-productBox-hover:hover .asnp-BundleGridItem-ProductBox {
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
	transform: translateY(-2px);
}

.asnp-theme-grid_2 .asnp-BundleGridItem-product-info {
	padding: 0 6px;
}
.asnp-theme-list_1.asnp-App-ListItem-wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.asnp-theme-list_1 .asnp-bundle-item {
	width: 100%;
}

.asnp-theme-list_1 .asnp-BundleGridItem-ProductBox {
	align-items: center;
	border-bottom: 1px solid #ececf2;
	flex-direction: row;
	gap: 14px;
	padding: 12px 4px;
	text-align: left;
	width: 100% !important;
}

.asnp-theme-list_1 .asnp-image-field-wrapper {
	flex: 0 0 auto;
	width: auto;
}

.asnp-theme-list_1 .asnp-BundleGridItem-imageBox {
	border-radius: 8px;
	flex-shrink: 0;
}

.asnp-theme-list_1 .asnp-BundleGridItem-imageBox.asnp-small {
	height: 64px;
	width: 64px;
}

.asnp-theme-list_1 .asnp-BundleGridItem-imageBox.asnp-medium {
	height: 80px;
	width: 80px;
}

.asnp-theme-list_1 .asnp-BundleGridItem-imageBox.asnp-large {
	height: 96px;
	width: 96px;
}

.asnp-theme-list_1 .asnp-BundleGridItem-product-info {
	align-items: flex-start;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.asnp-theme-list_1 .asnp-product-name {
	-webkit-line-clamp: 2;
	text-align: left;
}

.asnp-theme-list_1 .asnp-plus-icon-list {
	flex-basis: 100%;
	padding: 4px 0 8px;
	width: 100%;
}

/* List 2 — bordered card rows */
.asnp-theme-list_2.asnp-App-ListItem-wrapper--list2 {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 0;
	padding: 4px 0;
	width: 100%;
}

.asnp-theme-list_2 .asnp-bundle-item {
	width: 100%;
}

.asnp-theme-list_2 .asnp-BundleGridItem-ProductBox {
	align-items: center;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 10px;
	flex-direction: row;
	gap: 16px;
	padding: 14px 16px;
	text-align: left;
	width: 100% !important;
}

.asnp-theme-list_2 .asnp-bundle-item:nth-child(4n+1) .asnp-BundleGridItem-ProductBox {
	background: #fff;
}

.asnp-theme-list_2 .asnp-image-field-wrapper {
	flex: 0 0 auto;
	width: auto;
}

.asnp-theme-list_2 .asnp-BundleGridItem-imageBox {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	flex-shrink: 0;
	overflow: hidden;
}

.asnp-theme-list_2 .asnp-BundleGridItem-imageBox.asnp-small {
	height: 72px;
	width: 72px;
}

.asnp-theme-list_2 .asnp-BundleGridItem-imageBox.asnp-medium {
	height: 90px;
	width: 90px;
}

.asnp-theme-list_2 .asnp-BundleGridItem-imageBox.asnp-large {
	height: 108px;
	width: 108px;
}

.asnp-theme-list_2 .asnp-BundleGridItem-product-info {
	align-items: flex-start;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.asnp-theme-list_2 .asnp-product-name {
	-webkit-line-clamp: 2;
	font-size: 14px !important;
	text-align: left;
}

.asnp-theme-list_2 .asnp-grid-price {
	margin-top: 4px;
}

.asnp-theme-list_2 .asnp-plus-icon-list {
	flex-basis: 100%;
	padding: 2px 0;
	width: 100%;
}

.asnp-theme-list_2 .asnp-plus-icon-list .dashicons-plus-alt {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	padding: 2px;
}

/* Running total — above add to cart + end of bundle section */
.asnp-brmgina-running-total {
	border-top: 1px solid #ededf2;
	margin: 14px 0 10px;
	padding-top: 12px;
	width: 100%;
}

.asnp-brmgina-running-total .asnp-mainPrice,
.asnp-brmgina-running-total .asnp-totalPrice-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.15em;
	font-weight: 700;
	gap: 8px;
	justify-content: flex-start;
}

#asnp_brmgina_product_bundle .asnp-totalPrice-wrapper {
	margin-top: 12px;
}

/* Shared list theme fixes */
.asnp-theme-list_1 .asnp-onHover,
.asnp-theme-list_2 .asnp-onHover {
	height: 100%;
	width: 100%;
}

.asnp-theme-list_1 .asnp-product-quantity-field,
.asnp-theme-list_2 .asnp-product-quantity-field {
	margin-top: 6px;
	width: auto !important;
}

@media only screen and (max-width: 480px) {
	.asnp-theme-list_1 .asnp-BundleGridItem-ProductBox,
	.asnp-theme-list_2 .asnp-BundleGridItem-ProductBox {
		flex-wrap: wrap;
	}

	.asnp-theme-grid_2 .asnp-BundleGridItem-ProductBox.asnp-medium {
		width: 118px;
	}

	.asnp-theme-grid_2 .asnp-BundleGridItem-imageBox.asnp-medium {
		height: 118px;
	}
}

/* Optional bundle item badge */
.asnp-product-optional {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.asnp-optional-badge {
	border-radius: 4px;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	padding: 3px 8px;
	position: absolute;
	right: 6px;
	top: 6px;
	white-space: nowrap;
	z-index: 3;
}

.asnp-BundleGridItem-imageBox {
	position: relative;
}

.asnp-productList-optional {
	border-radius: 3px;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
	margin-inline-start: 5px;
	padding: 2px 8px;
	vertical-align: middle;
	white-space: nowrap;
}

html[dir="rtl"] .asnp-optional-badge {
	left: 6px;
	right: auto;
}
