@charset "UTF-8";

.tag-seco {
	border: 1px solid #455B99;
	background-color: #455B99;
}

.cell-product .cell-product__tag {
	width: 100px;
	margin-bottom: 10px;
}

.cell-product .cell-product__tag .c-tag {
	width: 100%;
}

.cell-product .cell-product__tag .c-tag + .c-tag {
	margin-top: 8px;
}


@media print, screen and (min-width: 768px) {
	.cell-product .cell-product__tag {
		margin-bottom: 0;
	}

	.c-table .cell-product .cell-product__contents {
		display: flex;
		align-items: center;
	}

	.cell-product .cell-product__tag {
		flex: 0 0 100px;
		margin-right: 20px;
	}

	.cell-product:not(:has(.cell-product__contents)) {
		display: table-cell;
		padding-left: 150px;
	}
}



